Concept Flow - SUBSTRING extraction
Start with full string
Specify start position and length
Extract substring from start position
Return extracted substring
End
The SUBSTRING function takes a full string, a start position, and a length, then extracts and returns the part of the string starting at that position with the given length.