Solutionunvalidated

How can I avoid that and not match this `g`? — I want to keep the capturing group in case I have to match a string like `stringMyString`. Tension: I do need that `g` as group 1. Outcome: avoid that and not match this `g`.

ce078484-d699-4641-bbf5-cebc265af98c

How can I avoid that and not match this g? — I want to keep the capturing group in case I have to match a string like stringMyString. Tension: I do need that g as group 1. Outcome: avoid that and not match this g.