Hi all,
I have a text input box where the input will often be more than 1 word. I’d like take the input text and insert an underscore between all of the words.
Eg: input text of “day one” becomes “day_one” when stored…or “todays is day one” becomes “today_is_day_one”.
Cheers,
Andrew.