Concept Flow - String length and position functions
Start with input string
Apply length function
→Get number of characters
Apply position function with substring
Get position of substring in string
Return results
We start with a string, then use length() to find its size and position() to find where a substring appears.