system.kanoa.utilities.stringFormat
Description
Replaces underscores and dashes with spaces, creates spaces between separate words (kanoaCore).Syntax
stringFormat(text)- text (String) - The input text to be formatted.
- text (String) - The formatted text with underscores and dashes replaced by spaces.
Code Example
# Example Usage:
formatted_text = system.kanoa.utilities.stringFormat('example_text_with_underscores')