Iterate over words and glue contained in the string
Iterate over words and glue contained in the string
function called if string contains leading glue (if any)
function called if string contains a word (if any)
function called if string contains glue following a word (if any)
function called if string contains trailing glue (if any)
Map over word and glue contained in the string
Map over word and glue contained in the string
function called if string contains leading glue (if any)
function called if string contains a word (if any)
function called if string contains glue following a word (if any)
function called if string contains trailing glue (if any)
a string that is the result of concatenating the returned strings from all supplied functions