Android Question how can i remove the last dot after the email

Makumbi

Well-Known Member
Licensed User
Longtime User
B4X:
mmmmm@yahoo.com.

how can i automatically remove only the last dot after the word .com please help
 

aeric

Expert
Licensed User
Longtime User
B4X:
Dim str As String =  "mmmmm@yahoo.com."
str = str.Replace(".com.", ".com")
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…