undead ~master (2024-04-17T22:51:33Z)
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.