Concept Flow - String expressions ($concat, $toUpper, $toLower)
Start with input strings
Apply $concat to join strings
Apply $toUpper or $toLower to change case
Output transformed string
This flow shows how MongoDB string expressions combine and change case of strings step-by-step.