diff options
Diffstat (limited to 'Non Capturing Groups.md')
-rw-r--r-- | Non Capturing Groups.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Non Capturing Groups.md b/Non Capturing Groups.md new file mode 100644 index 0000000..ef5237d --- /dev/null +++ b/Non Capturing Groups.md @@ -0,0 +1,5 @@ +[[Regex]] + +--- + +A non capturing is a group prepended with `?:` ie `(?:aad)`.
\ No newline at end of file |