Functions
blacklist
- blacklist(_str: string, charTemp: string[]): undefined | null | string
Parameters
_str: string
charTemp: string[]
Returns undefined | null | string
whitelist
- whitelist(_str: string, charTemp: string[]): undefined | null | string
Parameters
_str: string
charTemp: string[]
Returns undefined | null | string
Checks if there are no allowed characteres inside a string