Problemunvalidated
On Java, however, I will match the `g` in `string` as group 1, and `MyString` as group 2. Tension: To me this regex implies that a character matching `[A-Za-z\d]` should only be matched if it directly precedes `MyString`, which is not the case here. Outcome: How can I avoid that and not match this `g`?
e14084dd-bf3c-4999-af4d-e1c2dec77cd8
On Java, however, I will match the g in string as group 1, and MyString as group 2. Tension: To me this regex implies that a character matching [A-Za-z\d] should only be matched if it directly precedes MyString, which is not the case here. Outcome: How can I avoid that and not match this g?