-
Recent Posts
Categories
Tags
activity android apple asus att attenuation career clock code death grip developer g1 google honeycomb htc html imac ios ios 5 ipad iphone ipod java linearlayout linux microsoft n1 nexus one osx predator preview renderscript renderscript-tutorial-101 samsung sarcasm signal tablet transformer tutorial twitter ubuntu vim widget windows 7 xoom
Tag Archives: regex
Dynamically Escape Regular Expressions In JavaScript
I’m not sure why, but JavaScript doesn’t appear to have a good way of escaping regular expressions that are provided dynamically. In my case, I was using a string provided as part of a JSON AJAX response, and I realized … Continue reading