RegEx.compile

Compiles and assign the search pattern to use. Returns constant OK if the compilation is successful. If an error is encountered, details are printed to standard output and an error is returned.

struct RegEx
@nogc nothrow
GodotError
compile
(
in String pattern
)

Meta