Hello.
I am having an issue with the documentation regarding the Regex expressions.
There's "flag" mentioned:
RegexMatchAt(String, Regex, Flags, Index)
Process the regular expression Regex on String with Flags, and in the list of results, return the entry at Index.
But there's no reference about what those "flags" could be.
I am using this in context of Construct 2. Maybe it is told in C3, but in Construct 2 I am not told what the flags could be.