NodeJS: Check that a string contains only GSM 03.38 characters

Viewed 1166

Given a string I want to make sure it only contains chars allowed by GSM 03.38 character set. should I check it manually or there is a smarter way/exiting lib to do it?

0 Answers
Related