Skip to content

Code that will return the Country Dailer Code out of the Phone number

Notifications You must be signed in to change notification settings

anirudhamahale/DailerCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DailerCode

Code that will return the Country Dailer Code out of the Phone number

let phoneNumber = "+91963789xxxx"
if let countryCode = parseCountryCode(phoneNumber) {
    print(countryCode) // +91
}

About

Code that will return the Country Dailer Code out of the Phone number

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages