isascii()
Returns true if the argument is a valid ascii string.
isascii("some string") == true
Syntax
isascii([value])
Returns
Indicates whether the argument is a valid ascii string.
Example
T
| where isascii(fieldName)
| count
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns true if the argument is a valid ascii string.
isascii("some string") == true
isascii([value])
Indicates whether the argument is a valid ascii string.
T
| where isascii(fieldName)
| count