Select price range in Page Monitor with Regex (Addon Chrome) -



Select price range in Page Monitor with Regex (Addon Chrome) -

i installed addon chrome called "page monitor" alerts when website changes. difficulty alert when specific happens using regex. (also can done in "selector" think more difficult)

the addon looks that:

i have insert code regex there. have been learning regex several tutorials in spanish or english, still have doubts.

what want observe if cost in specific range.

for example, if take cost range between $ 0.00 , $ 50.00, tool must warn me when cost $ 45.00, doesn't when cost $ 55.00.

the website has many prices.

i tried utilize i've learned, doesn't seem work:

<\b^[0.00-50.00]>

could help me find solution?

if asking regex match strings "$ 45.22", "$21.12", "$09.99" or "$ 2.30", while not matching these $50.00, $ -12.00, $ 5, $ 49, $ 100.00, next 1 job:

\$ ?[0-4]?\d\.\d\d

however, have consult addon manual/support forums check expected syntax tool..

regex

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -