4rtzel / poe-archnemesis-scanner

Tool for Path of Exile game to automatically scan Archemesis inventory and display related information
Apache License 2.0
64 stars 25 forks source link

replace ' ' space characters with \s to make in-game filtering work #48

Closed alexberryman closed 2 years ago

alexberryman commented 2 years ago

The \s is needed in the regex to properly search for item names with a space in them.

4rtzel commented 2 years ago

Looks good to me. Merging.