get_compile_flags


Description:

[ Version ( since = "2.26" ) ]
public RegexCompileFlags get_compile_flags ()

Returns the compile options that this was created with.

Depending on the version of PCRE that is used, this may or may not include flags set by option expressions such as `(?i)` found at the top-level within the compiled pattern.

Parameters:

this

a Regex

Returns:

flags from RegexCompileFlags