H Heinz Active Member Licensed User Longtime User Feb 1, 2011 #1 the documentation says : B4X: core.xml - version 1.16 Regex : Process object Regex.Split2 Method Same as Split with the additional pattern options. Returns : String() Split2(Pattern As String, Options As Int, Text As String) what is options ? which values can it have ?
the documentation says : B4X: core.xml - version 1.16 Regex : Process object Regex.Split2 Method Same as Split with the additional pattern options. Returns : String() Split2(Pattern As String, Options As Int, Text As String) what is options ? which values can it have ?
Erel B4X founder Staff member Licensed User Longtime User Feb 2, 2011 #2 The options are Regex.CASE_INSENSITIVE and Regex.MULTILINE. Upvote 0