string.StartsWith
Example
Demonstrates the use of string.StartsWith
Output: true
This was just added in the latest version (2023.01.25). It might only be available on the Dev Branch right now.
Returns whether or not the first string starts with the second.
Demonstrates the use of string.StartsWith