Go to the source code of this file.
◆ FindStringSuffix()
gcc_pure const char* FindStringSuffix |
( |
const char * |
p, |
|
|
const char * |
suffix |
|
) |
| |
|
noexcept |
Check if the given string ends with the specified suffix.
If yes, returns the position of the suffix, and nullptr otherwise.
◆ StringAfterPrefix()
Returns the portion of the string after a prefix.
If the string does not begin with the specified prefix, this function returns nullptr.
Definition at line 64 of file StringCompare.hxx.
◆ StringEndsWith()
gcc_pure bool StringEndsWith |
( |
const char * |
haystack, |
|
|
const char * |
needle |
|
) |
| |
|
noexcept |
◆ StringIsEmpty()
static bool StringIsEmpty |
( |
const char * |
string | ) |
|
|
inlinestatic |
◆ StringStartsWith()