The prefix() function adds a prefix to all words of a string.
prefix(prefix, expr)
prefix('g', 'Foo Bar')
produces
'gFoo gBar'