Golias Engine
A C++ 20 'game engine' built with SDL3 with wide platform support.
String Member List

This is the complete list of members for String, including all inherited members.

begins_with(const String &text) constString
contains(const String &what) constString
ends_with(const String &text) constString
find(const String &what, int from=0) constString
find(char what, int from=0) constString
findn(const String &what, int from=0) constString
format(const char *fmt, Args... args)Stringinlinestatic
hash() constString
insert(size_t position, const String &what) constString
is_empty() constStringinline
join(const Vector< String > &parts) constString
length() constStringinline
lstrip(const String &chars=" \t\n\r") constString
operator+(const String &other) constString
operator+(const char *other) constString
replace(const String &what, const String &forwhat) constString
replacen(const String &what, const String &forwhat) constString
reverse() constString
rfind(const String &what) constString
rstrip(const String &chars=" \t\n\r") constString
split(const char delimiter) constString
String(const std::string &str)Stringinline
String(std::string &&str)Stringinline
strip_edges() constString
substr(size_t from, size_t len=std::string::npos) constString
to_lower() constString
to_upper() constString