Can you please add automatic way to set prices in Regex? For example I'm using this one to buy only items that cost 100c or less "Note:.*?\b([0-9]{1,2}|100)\b.*chaos" But I not sure is it optimal.
Can you please add automatic way to set prices in Regex?
For example I'm using this one to buy only items that cost 100c or less
"Note:.*?\b([0-9]{1,2}|100)\b.*chaos"
But I not sure is it optimal.