Please help how can i count number of dots i have in my email please help
B4X:
Dim arrName() As String=Regex.Split(".",Name)
Log($"Number of commas: ${arrName.Length-1}"$)
If arrName.Length-1 >1 Then
MsgboxAsync("You have more than one dot in our Email please remove it thanks","More Dots Detected")
Return
End If