Community Member Profile
John Wickee
Member since Jun 1, 2011
- Profile: /members/8412-John-Wickee.htm
- Comments: 1
- Points: 10
Recent Blog Comments By John Wickee
-
Special $ References In JavaScript's String.replace() Method
Posted on Jun 1, 2011 at 10:51 AM
In a sort of proof-of-concept use of $` and $', you could parse with two regular expressions to get the text between two tags. You could run the regular expression for the start tag and get $' for everything to the right (or after). With that result you run the regular expression for the en... read more »



