Parents: | pcre |
Class | Superclass | Slots |
matcher | tuple | pcre extra subject ofs exec-opts |
Word | Stack effect |
(pcre) | ( expr -- pcre err-message err-offset ) |
<matcher> | ( subject compiled-pcre -- matcher ) |
<pcre-extra> | ( pcre -- pcre-extra ) |
<pcre> | ( expr -- pcre ) |
check-bad-option | ( err value what -- value ) |
default-opts | ( -- opts ) |
empty-match-opts | ( -- value ) |
exec | ( pcre extra subject ofs opts -- count match-data ) |
findnext | ( matcher -- matcher match/f ) |
name-count | ( pcre extra -- n ) |
name-entry-size | ( pcre extra -- size ) |
name-table | ( pcre extra -- addr ) |
name-table-entries | ( pcre extra -- addrs ) |
name-table-entry | ( addr -- group-index group-name ) |
next-utf8-char | ( byte-array pos -- pos' ) |
options | ( pcre -- opts ) |
parse-match | ( subject nametable match-data -- match ) |
pcre-config | ( what -- value ) |
pcre-fullinfo | ( pcre extra what -- obj ) |
pcre-substring-list | ( subject match-array count -- alien ) |
replace-all | ( seq subseqs new -- seq ) |
split-subseqs | ( seq subseqs -- seqs ) |
utf8-start-byte? | ( byte -- ? ) |
Word | Stack effect |
matcher? | ( object -- ? ) |