regexp.private vocabulary - Factor Documentation (original) (raw)
Summary
Metadata
Parents: | regexp |
---|
Words
Generic words
Word | Stack effect |
---|---|
![]() |
( regex -- regexp ) |
![]() |
( string regexp -- end start ) |
![]() |
( string regexp -- start ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( ... i string regexp quot: ( ... start end string -- ... ) -- ... ) |
![]() |
( ... i string regexp quot: ( ... start end string -- ... ) -- ... ) |
![]() |
( ... i string regexp quot: ( ... start end string -- ... ) -- ... ) |
![]() |
( i string regexp quot: ( i string regexp -- j ) reverse? -- start end ? ) |
![]() |
( string regexp quot -- pieces ) |
![]() |
( ast -- reversed ) |
![]() |
( regexp -- regexp ) |
![]() |
( i string regexp -- start end ? ) |
![]() |
( regexp -- ast ) |
![]() |
( i string regexp -- index/f ) |
![]() |
( i string regexp -- start end string ) |
![]() |
( i string regexp quot: ( i string regexp -- j ) reverse? -- start end ? ) |
![]() |
( lexer -- str/f ) |
![]() |
( accum -- accum ) |
![]() |
( string regexp -- i string regexp ) |
![]() |
( i string regexp -- i/f ) |
![]() |
( i string reverse? -- seq ) |
![]() |
( lexer -- string ) |
Files
resource:basis/regexp/regexp.factor
resource:basis/regexp/regexp-docs.factor
resource:basis/regexp/regexp-tests.factor