How to convert phone number format to plain number in android -


how can convert phone number (581)-111-1234 or ever phone format simple plain number format like: 5811111234 in android??

any idea?

use phonenumberutils

        phonenumberutils.stripseparators(phonenumber);         phonenumberutils.toafromstring(phonenumber); 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -