undead v1.1.5 (2021-04-07T14:34:51Z)
Home
Dub
Repo
removechars
undead
string
Return string that is s with all characters removed that match pattern.
@
safe
pure
S
removechars
(
S
)
(
S
s
,
in
S
pattern
)
if
(
isSomeString
!
S
)
Meta
Source
See Implementation
undead
string
functions
countchars
inPattern
munch
removechars
squeeze
Return string that is s with all characters removed that match pattern.