Concept Flow - String functions overview
Start with a string variable
Call string function
Function processes string
Return result or modify string
Use result or updated string
End
This flow shows how a string variable is used with functions that either return information or change the string.