Method RegEx():setUnicode() Foundation

Sets Unicode/UTF-8 mode.

Syntax
:setUnicode( [<lUnicode>] ) --> self
Parameters
<lUnicode>
Set to .T. (true) to enable Unicode support. A value of .F. (false) disables the feature. Defaults to .T.
Return

This method returns self.

Description

Enables Unicode support for pattern matching. In this mode, pattern and subject strings are interpreted as UTF-8, and Unicode properties can be used in the pattern.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.