Handbook
Glossary
has-option? ( pcre2 option -- ? )
PCRE2 binding
Prev:
split ( subject obj -- strings )
Next:
version ( -- f )
Vocabulary
pcre2
Inputs
pcre2
a
pcre2
option
an
integer
Outputs
?
a
boolean
Word description
Tests whether the given compile-time option (such as
PCRE2_UTF
) is set on a compiled pattern.
Definition
USING:
accessors
kernel
math
pcre2.private
;
IN:
pcre2
:
has-option?
( pcre2 option -- ? )
[
handle>>
pcre2-options
]
dip
bitand
zero?
not
;