more ~master (2021-04-25T17:22:00Z)
Home
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.