Non Capture
Content copied to clipboard
Marks a non-capture ((?:)) group.
A non-capturing group allow you to apply quantifiers to part of your regex but does not capture or assign an ID.
Content copied to clipboard
Marks a non-capture ((?:)) group.
A non-capturing group allow you to apply quantifiers to part of your regex but does not capture or assign an ID.