String operations
- Last UpdatedJul 23, 2024
- 1 minute read
You can use many basic string functions in scripts and animation links. You can use these functions to:
-
Return parts of strings.
-
Change the case of strings.
-
Remove and add spaces to strings.
-
Handle ASCII values in strings.
-
Search and replace in strings.
-
Compare strings with each other.
-
Return other information about strings, such as their length.