pcre: fix help-lint errors.
parent
0a3d24d1bb
commit
0c380fe863
|
@ -2,7 +2,7 @@ USING: help.markup help.syntax sequences strings ;
|
||||||
IN: pcre
|
IN: pcre
|
||||||
|
|
||||||
ARTICLE: "pcre" "PCRE binding"
|
ARTICLE: "pcre" "PCRE binding"
|
||||||
"The " { $vocab-link "pcre" } " vocab implements a simple binding for libpcre, enabling rich regular expression support for Factor applications."
|
"The " { $vocab-link "pcre" } " vocab implements a simple binding for libpcre, enabling rich regular expression support for Factor applications." $nl
|
||||||
"Precompiling and optimizing a regular expression:"
|
"Precompiling and optimizing a regular expression:"
|
||||||
{ $subsections <compiled-pcre> }
|
{ $subsections <compiled-pcre> }
|
||||||
{ $examples
|
{ $examples
|
||||||
|
@ -14,9 +14,7 @@ ARTICLE: "pcre" "PCRE binding"
|
||||||
{ $notes "Regular expressions are by default utf8 and unicode aware." } ;
|
{ $notes "Regular expressions are by default utf8 and unicode aware." } ;
|
||||||
|
|
||||||
HELP: <compiled-pcre>
|
HELP: <compiled-pcre>
|
||||||
{ $values
|
{ $values { "expr" string } { "compiled-pcre" compiled-pcre } }
|
||||||
{ "expr" string }
|
|
||||||
}
|
|
||||||
{ $description "Creates a precompiled regular expression object." } ;
|
{ $description "Creates a precompiled regular expression object." } ;
|
||||||
|
|
||||||
HELP: findall
|
HELP: findall
|
||||||
|
|
Loading…
Reference in New Issue