Bug? Split fails when using ? as the parse char

JakeBullet70

Well-Known Member
Licensed User
Longtime User
B4X:
Dim arrMap() As String =  Regex.Split("?","573?571?573?585?577?574?574?589?581?579?582")

Why does this code fail?
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Not a bug... [?] works. I was thinking a normal split function but this is based off of regular expressions.

I need more sleep...
 
Top