more ~cgiUpdates (2022-04-23T18:41:30.7951577)
Dub
Repo
findCharPtr
more
parse
Returns a pointer to the first occurence of
c
or
sentinal
.
inout
(
char
)*
findCharPtr
(inout(char)* str, char c)
inout
(
char
)*
findCharPtr
(
char
sentinal
= '\0'
)
(
inout
(
char
)*
str
,
char
c
)
inout
(
char
)*
findCharPtr
(inout(char)* str, const(char)* limit, char c)
inout
(
char
)*
findCharPtr
(inout(char)[] str, char c)
Meta
Source
See Implementation
more
parse
functions
findCharIndex
findCharPtr
hasCharSet
hexValue
skipCharSet
skipSpace
startsWith
Returns a pointer to the first occurence of c or sentinal.