isutf8()
Returns true if the argument is a valid utf8 string.
isutf8("some string") == true
Syntax
isutf8([value])
Returns
Indicates whether the argument is a valid utf8 string.
Example
T
| where isutf8(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 utf8 string.
isutf8("some string") == true
isutf8([value])
Indicates whether the argument is a valid utf8 string.
T
| where isutf8(fieldName)
| count