isutf8()

Learn how to use the isutf8() function to check if the argument is a valid utf8 string.

Returns true if the argument is a valid UTF8 string.

Syntax

isutf8(value)

Parameters

NameTypeRequiredDescription
valuestring✔️The value to check if a valid UTF8 string.

Returns

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

Example

print result=isutf8("some string")