aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-05-14 17:04:57 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2022-05-27 15:33:35 -0400
commit3a03516e57b1f77a8a64674d4bc23b85c06ff809 (patch)
tree5ba8344f202b98f077a05ca71fc71ba1f142219f /org/default_regex.org
parentgenerated-by header, latex, html, epub (diff)
housekeeping
Diffstat (limited to 'org/default_regex.org')
-rw-r--r--org/default_regex.org11
1 files changed, 8 insertions, 3 deletions
diff --git a/org/default_regex.org b/org/default_regex.org
index 184a13d..44ed98a 100644
--- a/org/default_regex.org
+++ b/org/default_regex.org
@@ -16,9 +16,12 @@
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
-[[./spine.org][spine]] [[./][org/]]
+- [[./doc-reform.org][doc-reform.org]] [[./][org/]]
+
* meta ctRegex
-[[./spine.org][spine]] [[./][org/]]
+
+- [[./doc-reform.org][doc-reform.org]] [[./][org/]]
+
https://dlang.org/phobos/std_regex.html
- Plain string, in which case it's compiled to bytecode before matching.
- Regex!char (wchar/dchar) that contains a pattern in the form of compiled bytecode.
@@ -425,7 +428,9 @@ auto language_code_and_filename =
#+END_SRC
* 1. output ctRegex
-[[./spine.org][spine]] [[./][org/]]
+
+- [[./doc-reform.org][doc-reform.org]] [[./][org/]]
+
https://dlang.org/phobos/std_regex.html
- Plain string, in which case it's compiled to bytecode before matching.
- Regex!char (wchar/dchar) that contains a pattern in the form of compiled bytecode.