summaryrefslogtreecommitdiff
path: root/Non Capturing Groups.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-08-04 15:51:32 +0200
committerJasper Ras <jras@hostnet.nl>2025-08-04 15:51:32 +0200
commitb716c675418259f6d2f77e5075d57dceb9329209 (patch)
treeaa577a7198f1fe5868120dc87d0076cee5352f0a /Non Capturing Groups.md
parent00a52e3d631df0a7610f4f17a9bd6d60205239fd (diff)
vault backup: 2025-08-04 15:51:32
Diffstat (limited to 'Non Capturing Groups.md')
-rw-r--r--Non Capturing Groups.md5
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