Path of Exile 2 regex
The stash search box takes a pattern, not just a word. One string can pick out the waystones worth running — the rewards you are after, none of the mods you refuse — from a tab of forty. These build that string for you, and check it against every line the game can show, so it never catches something you did not ask for.
Waystone rolling
The rewards worth running and the dangers that are not, on the same stone.
"!s ef|^-|a d|coo|f l"
22 of 250 characters · 34 mods to choose from
Vendor and stash search
Any piece of gear carrying the mod you are shopping for.
"^\d+.+nt speed$|utes|o maximum lif|^\+.+l e"
45 of 250 characters · 227 mods to choose from
Relic rolling
The honour, water or reward boon you want before the Trial starts.
"d h|m honour$|f k|o ho"
24 of 250 characters · 36 mods to choose from
Tablet rolling
The Breach, Ritual or Expedition bonus you are holding out for.
"ebl|ts f|^breaches in map h|um mo"
35 of 250 characters · 81 mods to choose from
Price search
Everything your tab prices under, over or between a number you name.
"~.+ ([0-4](\.\d+)?|5(\.0+)?) ?ex"
34 of 250 characters
Why build it here
- Patterns proven against everything on the item
- Every pattern is checked against the whole corpus a search box can see — mods, item names, tooltip lines — before it ships. A pattern that catches a neighbour fails the build instead of your stash tab.
- Links and named setups
- Your picks live in the address bar, so a setup is a link you can hand to your guild. Save it under a name and it is here next time, notes and all.
- All of it, free
- No paywall, no tier that unlocks the useful half — every generator works in full without an account. Both languages are generated the same way, so a Russian client gets Russian patterns, not a translation of the interface around English ones.
Questions
- What is a regex search in Path of Exile?
- The search boxes in your stash, inventory and vendor windows match text patterns, not only whole words. That lets one short string ask a question like "anything without these four mods", and the items that answer it stay lit.
- Where do I paste the string?
- Into the search box of the window you are looking at: a stash tab, your inventory, or a vendor's sell window. Matching items stay bright, the rest dim.
- Why does the string stop at 250 characters?
- That is the whole field. Spaces and quotes count too, which is why every pattern here is the shortest one that still cannot be confused with anything else.
- Does it work on a non-English client?
- Yes, in both games. The patterns are generated from the game's own text in each language, so switch the site language to match your client and the string follows.
- Can I share a string with my guild?
- Copy the link rather than the string: it carries the mods you picked, so whoever opens it can change the selection and get their own client's wording.