Skip to main content
February 17, 2023
Question

Validation for IMSI number & IMEI NUmber

  • February 17, 2023
  • 6 replies
  • 0 views

Hii Experts,

please tell me how to validate the IMSI number and IMEI number and INTERNATIONAL Number?

Thanks

6 replies

stefanhelzle0001
Brainy
February 17, 2023

Did you try the regex plugin and patterns like this: regexpattern.com/.../

February 17, 2023

Hi [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]

We have tried it but it is not working as expected , returning False value:

stefanhelzle0001
Brainy
February 17, 2023

Change the pattern to "^\d{15,17}$"