diff options
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. |