Vendor search question (regex)
Hey
I am trying to search for items with energy shield and max life at the vendor every level. Also I want boots highlighted which have movement speed.
This is the regex I tried: “energy”“m life”|“t speed”
The energy and max life part works flawless, no issues.
But as soon as I append that OR |“t speed”, nothing gets highlighted anymore 😨😨😨
Anyone a clue what is wrong with this expression?
Someone already suggested me to try -> energy|“m life”|speed
But this highlights items with energy shield, or max life, BUT NO MOVEMENT SPEED gets highlighted.
https://i.imgur.com/qdRRQPG.png
Please, anyone a clue?