Regex for precursor tablet
Hello everyone, does anyone know regex for a precursor tablet to find out how many maps it affects?
Last bumped on Sep 12, 2025, 5:55:37 AM
|
![]() |
Try using the word in each tablets name/modifier.
If ya want more exp. search using quotes for "inc.+exp" the quotes tell ya to seach what is inside the quotes, the period stops the character search & allows to concatenate the next character w a plus symbol (+) followed by no space & part of the next word, as an example finding increased experience "inc.+exp" ya can replace inc more if ya have to find modifier that is on other tablets, ya can add "tablet" to find one, also you can do spaces if the search has spaces in it "increased number of rare monsters" and can also add more than one term in quotes. |
![]() |
Thank you for your responsiveness and detailed explanations.
Last edited by Ivromann#2578 on Mar 2, 2025, 7:26:26 PM
|
![]() |
Hi! And how could I search for tablets by item quant greater than 5%? Thanks a lot. Path of Regex doesn't have this function, I don't know why.
Last edited by Sastre19#1001 on Sep 12, 2025, 5:55:58 AM
|
![]() |