I created an application in B4A would do
similar in B4i
Unfortunately, there is no trial version to test
Therefore, I have a question
whether B4i available features such as
regex.split, send.sms, label EditText
or their replacements?
1. Regex is exactly the same.
2. You can send SMS messages with the MessageComposer type from the iPhone library. Note that the user will need to click on the send button (there is no way to send sms messages without the user approval).
3. Label = Label, EditText = TextField or TextView (multiline)