aboutsummaryrefslogtreecommitdiff
path: root/drivers/nrex/regex.h
diff options
context:
space:
mode:
authorJulian Murgia - StraToN2016-02-12 07:45:12 +0100
committerJulian Murgia - StraToN2016-02-12 07:45:12 +0100
commite380ea8faca1ea9bbd3338a47ebc81ac01acc9bc (patch)
tree2fb9a2f0a55ba1ce68d411b8fb18fb34ae418465 /drivers/nrex/regex.h
parent334b3bc9b01fc0a17525e899400b3323e5caa02f (diff)
downloadgodot-e380ea8faca1ea9bbd3338a47ebc81ac01acc9bc.tar.gz
godot-e380ea8faca1ea9bbd3338a47ebc81ac01acc9bc.tar.zst
godot-e380ea8faca1ea9bbd3338a47ebc81ac01acc9bc.zip
Diffstat (limited to 'drivers/nrex/regex.h')
-rw-r--r--drivers/nrex/regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nrex/regex.h b/drivers/nrex/regex.h
index ae8d40cea..4b063f0bf 100644
--- a/drivers/nrex/regex.h
+++ b/drivers/nrex/regex.h
@@ -35,6 +35,7 @@ public:
void clear();
bool is_valid() const;
int get_capture_count() const;
+ int get_capture_start(int capture) const;
String get_capture(int capture) const;
Error compile(const String& p_pattern, int capture = 9);
int find(const String& p_text, int p_start = 0, int p_end = -1) const;