RegEx.compile

Compiles and assign the search pattern to use. Returns OK if the compilation is successful. If an error is encountered the details are printed to STDOUT and FAILED is returned.

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

Meta