Hi
How to divide a string into parts using this class?
https://www.b4x.com/android/forum/t...uilder-for-regular-expressions.83495/#content
For example:
How to divide a string into parts using this class?
https://www.b4x.com/android/forum/t...uilder-for-regular-expressions.83495/#content
For example:
B4X:
dim str as string= "aaa.bbb.ccc"
dim a,b,c as string
'I would like to get three variables
a = aaa
b = bbb
c = ccc