undead ~master (2024-04-17T22:51:33Z)
Home
Dub
Repo
inPattern
undead
string
See if character c is in the intersection of the patterns.
bool
inPattern
(dchar c, S pattern)
bool
inPattern
(dchar c, S[] patterns)
@
safe
pure @
nogc
bool
inPattern
(
S
)
(
dchar
c
,
S
[]
patterns
)
if
(
isSomeString
!
S
)
Meta
Source
See Implementation
undead
string
functions
countchars
inPattern
munch
removechars
squeeze
See if character c is in the intersection of the patterns.