The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
scanRightAny
mir
string
template
scanRightAny
(string op = "==")
@
trusted
pure nothrow @
nogc
inout
(
C
)[]
scanRightAny
(
C
size_t
L
)
(
return
scope
inout
(
C
)[]
str
,
const
C
[
L
]
chars
...
)
if
(
isSomeChar
!
C
&&
L
)
if
(
op
== "==" ||
op
== "!="
)
Members
Functions
scanRightAny
inout
(
C
)[]
scanRightAny
(inout(C)[] str, C[L] chars)
Meta
Source
See Implementation
mir
string
aliases
stripLeft
stripRight
functions
containsAny
strip
templates
scanLeftAny
scanRightAny