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