Regex search
Hey all,
So you can search your stash tabs by item level (ilvl:X), but you cannot search by level (eg: lvl:X), why is that? So, the regex in PoE2 is different from PoE1? Last bumped on Mar 22, 2025, 9:01:14 AM
|
![]() |
" Ah Thanks AintCare, Didn't know it goes according to that text. |
![]() |
You can search by level. If you mean Required level that you have to be:
"requires: Level 75" Or if you want a range of levels "requires: level ([1][0-9]|[6][0-9])" This is lvl 10 to 69 The first number is 1 followed by 0 to 9 | 6 < as in sixty followed by 0 to 9. If you want an item to be magix and required level do "magic"|"requires: level ([1][0-9]|[6][0-9])" |
![]() |