diff --git a/BeefLibs/corlib/src/String.bf b/BeefLibs/corlib/src/String.bf index 9d5c48b1..cbe76e22 100644 --- a/BeefLibs/corlib/src/String.bf +++ b/BeefLibs/corlib/src/String.bf @@ -2817,6 +2817,14 @@ namespace System return mMatchPos; } } + + public int32 MatchIndex + { + get + { + return mCurCount - 1; + } + } public bool HasMore {