System Functionssystem.kanoa.utilitiesstringFormatOn this pagesystem.kanoa.utilities.stringFormat(text)Replaces underscores and dashes with spaces, creates spaces between separate wordsParameterstext String: Text to formatReturnstext StringExampleprint system.kanoa.utilities.stringFormat('example_text_with_underscores')>>>example text with underscores