Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-11-24 01:45:41 -06:00
commit b76bf45741
1 changed files with 0 additions and 6 deletions

View File

@ -6,9 +6,3 @@ IN: regexp
HELP: <regexp>
{ $values { "string" string } { "regexp" regexp } }
{ $description "Compiles a regular expression into a DFA and returns this object. Regular expressions only have to be compiled once and can then be used multiple times to match input strings." } ;
HELP: <iregexp>
{ $values { "string" string } { "regexp" regexp } }
{ $description "Compiles a case-insensitive regular expression into a DFA and returns this object. Otherwise, exactly the same as " { $link <regexp> } } ;
{ <regexp> <iregexp> } related-words