Documentation
¶
Overview ¶
Package str provides functions for removing unwanted characters from strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StripChars ¶
StripChars removes all the incompatible characters that cannot be used for groups and author names.
Example:
StripChars("Café!") = "Café"
StripChars(".~[[@]hello[@]]~.") = "hello"
func StripStart ¶
StripStart removes the non-alphanumeric characters from the start of the string.
Example:
StripStart(" - [*] checkbox") = "checkbox"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.