veiset / poe-vendor-string

Path of Exile Vendor Search tool
61 stars 17 forks source link

correction + suggestion #101

Closed pedrolopa closed 11 months ago

pedrolopa commented 11 months ago

Hi,

I think the map mod desecretad ground can be just "des", for shorter term Also if regex too long, can we still get number of characters? Easier to know by how many we exceed

Thanks

veiset commented 11 months ago

des matches the following:

area has patches of desecrated ground
Incandescent Invitation

Which means if we use des as a regex the page wont generate correct regex for invitation rerolling.

The suggestion of showing how many characters is great. I'll add it ASAP (I've got some time tomorrow, so you can expect to see it on the webpage sometime tomorrow!)

veiset commented 11 months ago

I've added how many character is used when the error turns on! Thanks for the suggestion 👍 Should be live now.

pedrolopa commented 11 months ago

great, thank you