in reply to Re: Matching an JavaScript object initalizer regex
in thread Matching an JavaScript object initalizer regex
Thanks for the response. The regex looked promising, but unfortunately, when run on my sample test cases, the regex matches less that the original regex did...
It doesn't seem to work on the simple ones like:
Of course, this is almost out of my league now (it took me quite a while just to grasp the original one)...var objRegex = /"/; var objRegex = /123[abc]456/; var objRegex = /te'st\/as"df/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Matching an JavaScript object initalizer regex
by japhy (Canon) on Feb 15, 2002 at 00:10 UTC | |
by Incognito (Pilgrim) on Feb 15, 2002 at 00:36 UTC |