Skip to content

Path of Exile regex

The stash and vendor search boxes take a pattern, not just a word. One string can hide every map you refuse to run, or light up the one flask roll you were after. 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.

Map rolling

Mods you refuse to run, kept out of the maps you keep.

"!re h|rom$|h el|h tem|ot r"

28 of 250 characters · 109 mods to choose from

Flask rolling

The immunity or recovery mod you are rolling for, found in one pass.

"ly$|g fo|ze f|ves c"

21 of 250 characters · 83 mods to choose from

Vendor and stash search

Any piece of gear carrying the mod you are shopping for.

"^\d+% i.+vement speed$|ed gems$|o maximum lif|^\+.+o fire r"

61 of 250 characters · 592 mods to choose from

Runegrafts by price

The runegrafts you are hunting, priced from our own hourly data.

"sph|fur|mcr|f q"

17 of 250 characters · 32 mods to choose from

Tattoos by price

The tattoos your tree calls for, priced from our own hourly data.

"u warm|mako sc|o b|mr"

23 of 250 characters · 100 mods to choose from

Scarabs by price

The scarabs you are after, priced from our own hourly data.

"^ab.+ab$|b of blood|abu|c scarab$"

35 of 250 characters · 194 mods to choose from

Chaos recipe

The rares whose item level fits the set you are selling.

rare "item level: (6\d|7[0-4])$"

32 of 250 characters

Price search

Everything your tab prices under, over or between a number you name.

"~.+ ([0-4](\.\d+)?|5(\.0+)?) ?chao"

36 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.