aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_regex.org')
-rw-r--r--org/default_regex.org18
1 files changed, 9 insertions, 9 deletions
diff --git a/org/default_regex.org b/org/default_regex.org
index e14748f..2a13dbb 100644
--- a/org/default_regex.org
+++ b/org/default_regex.org
@@ -1,7 +1,7 @@
-*- mode: org -*-
-#+TITLE: doc_reform regex defaults
+#+TITLE: spine (doc_reform) regex defaults
#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
-#+FILETAGS: :doc_reform:regex:
+#+FILETAGS: :spine:regex:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
#+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah
@@ -13,11 +13,11 @@
#+PROPERTY: header-args :padline no :exports code :cache no :noweb yes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
-#+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n)
+#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n)
-[[./doc_reform.org][doc_reform]] [[./][org/]]
-* 0. meta ctRegex
-[[./doc_reform.org][doc_reform]] [[./][org/]]
+[[./spine.org][spine]] [[./][org/]]
+* meta ctRegex
+[[./spine.org][spine]] [[./][org/]]
http://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.
@@ -29,7 +29,7 @@ http://dlang.org/phobos/std_regex.html
【】〖〗┥┝┤├¤░┘┙┚┼┿╂┊┏┚┆■☼
#+END_SRC
-** 0. module template :module:
+** _module template_ :module:
#+name: tangle_meta_rgx
#+BEGIN_SRC d :tangle "../src/doc_reform/meta/rgx.d"
@@ -356,13 +356,13 @@ auto language_code_and_filename =
#+END_SRC
* 1. output ctRegex
-[[./doc_reform.org][doc_reform]] [[./][org/]]
+[[./spine.org][spine]] [[./][org/]]
http://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.
- StaticRegex!char (wchar/dchar) that contains a pattern in the form of compiled native machine code.
-** 0. module template :module:output:
+** _module template_ :module:output:
#+name: tangle_meta_rgx
#+BEGIN_SRC d :tangle "../src/doc_reform/output/rgx.d"