@tempots/std
isBreakingWhitespace() function
Checks if a string contains any breaking whitespace characters.
Signature:
isBreakingWhitespace: (value: string) => boolean
Parameters
Parameter |
Type |
Description |
---|---|---|
value |
string |
The string to check. |
Returns: boolean
true
if the string contains breaking whitespace characters, false
otherwise.