Edit

Share via


isascii()

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

Returns true if the argument is a valid ASCII string.

Syntax

isascii(value)

Learn more about syntax conventions.

Parameters

Name Type Required Description
value string ✔️ The value to check if a valid ASCII string.

Returns

A boolean value indicating whether value is a valid ASCII string.

Example

print result=isascii("some string")

Output

result
true