system.kanoa.utilities.stringFormat(text)
Replaces underscores and dashes with spaces, creates spaces between separate words
Parameters
text String: Text to format
Returns
text String
Example
print system.kanoa.utilities.stringFormat('example_text_with_underscores')
>>>
example text with underscores