Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SanitizeString ¶
SanitizeString will return a sanitized string, to prevent any kind of injection attacks.
- removes special characters from the input string
- returns the sanitized string
- input: string
- output: string
- example: SanitizeString("Hello, World!") => "Hello World"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.