Concept Flow - Why scripts often process text
Start Script
Read Text Input
Process Text (search, replace, extract)
Use Processed Text (output, decision, file)
End Script
Scripts usually start by reading text, then process it by searching or changing it, and finally use the result for output or decisions.