I'm using http://regexpal.com/ and some of the look-ahead and look-behind are not supported in JavaScript.
is it still possible to use a matched criteria to signal the beginning of a match, and another for the end, without being included in the match.
for example, if I'm using [tag] to only get the tag,
or if I have {abc 1
,def
} to match abc 1 and def
it's easy enough to get this when the string is short, but I would like it to find this from a longer string, only when this group is surrounded by { } and individual items surrounded by the ` character