pcre vocabulary
Factor handbook » Vocabulary index


Documentation
PCRE binding

Metadata
Tags:text, regexp
Authors:Björn Lindqvist


Words

Tuple classes
ClassSuperclassSlots
bad-option tuplewhat
compiled-pcre tuplepcre extra nametable
malformed-regexp tupleexpr error
pcre-error tuplevalue


Generic words
WordStack effect
findall( subject obj -- matches )


Ordinary words
WordStack effect
<compiled-pcre>( expr -- compiled-pcre )
bad-option( what -- * )
has-option?( compiled-pcre option -- ? )
malformed-regexp( expr error -- * )
matches?( subject obj -- ? )
pcre-error( value -- * )
split( subject obj -- strings )
version( -- f )


Class predicate words
WordStack effect
bad-option?( object -- ? )
compiled-pcre?( object -- ? )
malformed-regexp?( object -- ? )
pcre-error?( object -- ? )


Files


Metadata files


Children from resource:extra
VocabularySummary
pcre.ffi


Children
VocabularySummary
pcre.private