You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let's say we have a regex /\Gabc/ and target string is "123abcdef", if we set gpos at offset 3 in the target string, then the regex is supposed to match "abc" in the target string, right?
can someone please advise why below code not work as my expected?
hi,
let's say we have a regex
/\Gabc/
and target string is "123abcdef", if we set gpos at offset 3 in the target string, then the regex is supposed to match "abc" in the target string, right?can someone please advise why below code not work as my expected?
The text was updated successfully, but these errors were encountered: