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
| Name | Type | Required | Description |
|---|---|---|---|
| value | string | ✔️ | 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")
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.