| c | A character. |
| stringComparison | A string comparison option. |
bool True if the StringView starts with c, otherwise false.
Checks if the StringView starts with the character c.
| v | A string. |
| sc | A string comparison option. |
bool True if the StringView starts with v, otherwise false.
Checks if the StringView starts with the string v.