Method RegEx():isCompiled() Foundation

Checks if the pattern has been compiled.

Syntax
:isCompiled() --> lSuccess
Return

.T. (true) if the pattern is compiled, .F. (false) otherwise.

Description

Determines whether the current pattern has been compiled into PCRE bytecode. Compilation happens automatically on first use, so this method is primarily useful for debugging or when using :precompile().

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.