Use
s.string_username(string)
Description
Returns a given string converted into a username-safe string.
Example
v.username = s.string_username("AnthOny ROSSbach 33%")
s.echo(v.username)
Output: anthony_rossbach_33
s.string_username(string)
Returns a given string converted into a username-safe string.
v.username = s.string_username("AnthOny ROSSbach 33%")
s.echo(v.username)
Output: anthony_rossbach_33