M
M
Maksim2017-10-14 11:16:17
Regular Expressions
Maksim, 2017-10-14 11:16:17

PCRE Regex - numeric value less than 100, how?

There is monitoring, polls one HTML (with a certain balance), help me compose a regular expression:
HTML output:
Your account is active
Your balance: 200.00
How to compose a regular expression to work when the balance is less than 100

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
longclaps, 2017-10-14
@chumayu

tyts

D
DarkMode, 2017-10-15
@DarkMode

\b(0*(?:[1-9][0-9]?|99))\b

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question