Handbook
Glossary
pcre2-config ( what -- value )
Vocabulary
pcre2
.
private
Inputs
what
an
object
Outputs
value
an
object
Definition
USING:
combinators
kernel
pcre2.ffi
;
IN:
pcre2.private
:
pcre2-config
( what -- value )
dup
{
{
PCRE2_CONFIG_UNICODE_VERSION
[
24
pcre2-config-string
]
}
{
PCRE2_CONFIG_VERSION
[
24
pcre2-config-string
]
}
[
drop
pcre2-config-number
]
}
case
;