| Tags: | text, regexp | 
| Authors: | Björn Lindqvist | 
| Class | Superclass | Slots | 
  bad-option |   tuple | what | 
  compiled-pcre |   tuple | pcre extra nametable | 
  malformed-regexp |   tuple | expr error | 
  pcre-error |   tuple | value | 
| Word | Stack effect | 
  findall | ( subject obj -- matches ) | 
| Word | Stack 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 ) | 
| Word | Stack effect | 
  bad-option? | ( object -- ? ) | 
  compiled-pcre? | ( object -- ? ) | 
  malformed-regexp? | ( object -- ? ) | 
  pcre-error? | ( object -- ? ) | 
| Vocabulary | Summary | 
  pcre.ffi |