diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-05-14 17:04:57 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-05-27 15:33:35 -0400 |
commit | 3a03516e57b1f77a8a64674d4bc23b85c06ff809 (patch) | |
tree | 5ba8344f202b98f077a05ca71fc71ba1f142219f /org/default_regex.org | |
parent | generated-by header, latex, html, epub (diff) |
housekeeping
Diffstat (limited to 'org/default_regex.org')
-rw-r--r-- | org/default_regex.org | 11 |
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. |