diff --git a/basis/regexp/combinators/authors.txt b/basis/regexp/combinators/authors.txt new file mode 100644 index 0000000000..f990dd0ed2 --- /dev/null +++ b/basis/regexp/combinators/authors.txt @@ -0,0 +1 @@ +Daniel Ehrenberg diff --git a/basis/regexp/combinators/combinators-docs.factor b/basis/regexp/combinators/combinators-docs.factor new file mode 100644 index 0000000000..7cb214f42b --- /dev/null +++ b/basis/regexp/combinators/combinators-docs.factor @@ -0,0 +1,54 @@ +! Copyright (C) 2009 Daniel Ehrenberg +! See http://factorcode.org/license.txt for BSD license. +USING: help.syntax help.markup regexp strings ; +IN: regexp.combinators + +ABOUT: "regexp.combinators" + +ARTICLE: "regexp.combinators" "Regular expression combinators" +"The " { $vocab-link "regexp.combinators" } " vocabulary defines combinators which can be used to build up regular expressions to match strings. This is in addition to the traditional syntax defined in the " { $vocab-link "regexp" } " vocabulary." +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection