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
Feedback
Submit and view feedback for