0 votes
in React Hooks by
What is NonCapturingGroup Regular expressions?

1 Answer

0 votes
by

if you want to make capturing group as non NonCapturingGroup  use ?:.

(?:abcd) is NonCapturingGroup - can not use this group later.

Related questions

0 votes
asked Aug 15, 2023 in React Hooks by GeorgeBell
0 votes
asked Aug 15, 2023 in React Hooks by GeorgeBell
...