forked from solstice/solstice
1.2 KiB
1.2 KiB
string
The string library gives you access to a lot of functions that are necessary for doing anything useful with strings.
Note: The string in Ground library is called "strings" in Solstice.
Functions
Modifying Strings
- string_Upper
- string_Lower
- string_Trim
- string_TrimLeft
- string_TrimRight
- string_Substring
- string_Repeat
- string_Replace
- string_Reverse
Check For Substring
Find Substring
String Classification
Changelog
v1.0.0 (latest)
- Initial release.