Concept Flow - String slicing and indexing
Start with a string
Choose index or range
Extract character(s)
Return substring or character
Use result or end
This flow shows how Ruby takes a string, uses an index or range to slice, and returns the selected part.