removechars

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