Click or drag to resize

RegExCompile Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Compile(
	string pattern
)

Parameters

pattern
Type: SystemString

[Missing <param name="pattern"/> documentation for "M:Godot.RegEx.Compile(System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.RegEx.Compile(System.String)"]

See Also