- Posted by
- I have replaced with the following statement however it does not seems to work. var findResult = selectedText.match(/(?<==)\w+(?=;|,)/); I apologies for not providing the text which I am working on earlier. I am trying to use the regex to extract those strings between the start marker of "=" and end...Posted in Scripts
-   Topics
-   Views
- wchu01
Oct 01, 2009
- Hello, I am having some issue with my regex expression which I replaced yours with. JavaScript Lint is complaining of a syntax error however I am really blind to it as I really did just paste my expression in there. The regex (/?<==)\w+(?=;|,/) is to find the text between two anchors("=" and ";" or ...Posted in Scripts
-   Topics
-   Views
- wchu01
Oct 01, 2009