Hacker News new | past | comments | ask | show | jobs | submit login

I didn't realize you could use RegExp.$1 ( .. $n) until just now. Thanks!



You can, but it's highly suggested you don't. First off, it's a deprecated property. Second, RegExp.$1 is the 1st match of the last RegExp ran. No matter where in your page it was ran. Extensions, events, functions, wherever. In this case, it should be safe, but don't ever actually use it on your page.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: