temple ~fix-2.072 (2022-02-15T10:18:12.8496088)
Dub
Repo
nextDelim
temple
util
Returns the next matching delimeter in 'delims' found in the haystack, or null
package
DelimPos
!(
D
)*
nextDelim
(
D
)
(
string
haystack
,
const
(
D
)[]
delims
)
if
(
is
(
D
:
Delim
)
)
Meta
Source
See Implementation
temple
util
functions
countUntilAny
endsWithIgnoreWhitespace
escapeQuotes
isBlockEnd
isBlockStart
munchHeadOf
nextDelim
startsWithBlockClose
stripWs
validBeforeShort
Returns the next matching delimeter in 'delims' found in the haystack, or null