P
pinkisntwell
Is there a way to use non-capturing groups (the ones denoted with
(?: ) with the GNU regex library? Capturing groups work fine but it
looks like non-capturing groups are not supported, which makes working
with complex expressions a pain.
(?: ) with the GNU regex library? Capturing groups work fine but it
looks like non-capturing groups are not supported, which makes working
with complex expressions a pain.