I use the regular expression search string amzn-src-id="[0-9]"
in UltraEdit, but the result is that found are only the numbers 1
to 9
, i.e. numbers with just one digit.
For example: amzn-src-id="1"
, amzn-src-id="2"
, amzn-src-id="3"
, ..., amzn-src-id="9"
How to fix that?
I need to find strings like amzn-src-id="4798"
with an identifier number with not only one digit.