-4

I want to check 14 digits number if the 8th an 9th place is 8

12345678812345 - true 14758638856555 - true 15454324545455 - false

1 Answers1

0

That should be the following: ^\d{7}88\d{5}$

martinspielmann
  • 454
  • 4
  • 12