Regex unexpected behavior using \n to match new lines.

Item search fails to match new line situation in the following stash search patterns:

"

"(all jobs|[1][2-5].*ee\n)"

or

(all jobs|[1][2-5].*ee\n)




Expected Behavior: https://regex101.com/r/VHXwf4/1/

Observed Behavior: Item fails to highlight.

Bug theory: Parser falsely escapes the \n newline as an "n" character. This is supported by trying to match a carriage return instead of a newline (\R) resulting in Engineer's Orbs highlighting.

Edit: Hyperlink added
Last edited by Haddoq#2605 on May 26, 2021, 10:36:06 AM
Last bumped on May 26, 2021, 10:35:23 AM
This thread has been automatically archived. Replies are disabled.

Report Forum Post

Report Account:

Report Type

Additional Info