0

I want to get several hits on id's in 00.118.. So everything as in 00.1181, 00.1182, 00.1183 etc.

I couldn't find the regular expressions for this request. I hope someone can help me with this.

Treycer
  • 13
  • 2

1 Answers1

0

This would be the expression for that:

/(00\.118[0-9]+)/g

https://regex101.com/r/hD6fQ3/1

frhd
  • 9,396
  • 5
  • 24
  • 41