PoE Regex Stash

6 Link

"sockets: ([rgbw]-){5}[rgbw]"

6 Socket

"sockets: ([rgbw][ -]){5}[rgbw]"

Item Level 1-78

"item level: ([1-9]$|[1-6][0-9]$|7[0-8])"

Item Level 80+

"item level: ([1-9]\d{2,}|[8-9]\d)"

Quality

"quality: \+([1-9][0-9])"

70+ Life

"([1-9]\d{2,}|[7-9]\d).+life"

Chaos Recipe

"rare"|"item level: ([6][0-9]|[7][0-4])"

+1 Wand

"ll g"

Physical damage

Glint|Heav

Flat Elemental Damage

Heat|roste|Humm

Flat Spell Damage

"e to Sp"

Increased Spell Damage

Appre

Str/Dex

"!(^(str|dex))"

Intelligence Items

"!(^(str|dex))"

Dexterity Items

"!(^(str|int))"

Strength Items

"^str" "!(^dex)"

Strength & Dexterity Items

str: dex:

Strength & Intelligence Items

dex: str:

Dexterity & Intelligence Items

dex: int:

Buy PoE Currency Cheap


Ethical Uses for Regex in PoE Stash:

  • Organize by Item Type: Extract item bases or types using regex (e.g., (Hunter Bow|Sambar Gloves)) to categorize your equipment efficiently.
  • Filter by Mod Tiers: Utilize regex to highlight items with specific tiers of desired mods (e.g., (+\d{3,4}% Life|%\d{1,2} Life Regen)*Ring).
  • Identify Crafted Gear: Implement regex to mark items containing specific crafting tags like "Fractured" or "Synthesized."
  • Track Specific Uniques: Employ regex to easily locate unique items you’re collecting (e.g., (Searing Touch|Aul’s Uprising)).

Remember:

  • Prioritize ethical gameplay: Avoid using regex for automating stash actions or manipulating the market.
  • Focus on analysis and organization: Utilize regex to analyze and categorize your items, not automate decisions.
  • Share responsibly: Contribute your honed regex patterns ethically, e.g., for crafting or stash organization guides.

Additional Tips:

  • Start simple: Begin with basic patterns and gradually refine them.
  • Test and refine: Ensure your patterns work accurately in your preferred tool or within Path of Exile itself.
  • Combine patterns: Use multiple regex filters together for more fine-grained organization.
  • Visual inspection: Double-check results to avoid errors in your patterns.
  • Community resources: Consult Path of Exile forums, Discord servers, or websites for shared regex patterns and discussions.

By following these guidelines and emphasizing ethical applications, you can utilize regex as a valuable tool to enhance your Path of Exile stash organization and information extraction experience within the bounds of fair play and a vibrant community.

Guides & Tips