Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveNonPrintableChars ¶
RemoveNonPrintableChars removes non-printable characters from the input string. It takes a string as input and returns a new string with non-printable characters removed. Non-printable characters are defined as any characters that are not visible when printed. The function uses a regular expression to replace non-printable characters with an empty string. It returns the modified string with only printable characters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.