$ symbol in price

Hi

First time user here.

I am monitoring this webpage:

I used the visual selector to select the price. Which equates to
css_sector: .product__price

The result is
$43.99

Can I use a comparison on this string.
ie. “Text” - “has number less than <” then put my price as “40”

or do I need to strip out the $ sign or convert the text into a number rather than string?

Thanks
Kiwi

@kiwijunglist If the selected text includes numbers, the condition ‘Text has number < 40’ will apply to these numbers. It is not necessary to remove ‘$’ or any other non-numeric characters.