Method RegEx():isCompiled() Foundation
Checks if the pattern has been compiled.
:isCompiled() --> lSuccess
.T. (true) if the pattern is compiled, .F. (false) otherwise.
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().
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.