RegEx and the transaction filter
Posted: Thu Sep 21, 2023 2:49 am
In the Transaction Filter dialog, the Notes filter says it accepts regex (Regular Expressions).
I'm familiar with Regular Expressions in JavaScript, but I'm struggling to understand how they work in Money Manager Ex.
Questions:
I'm familiar with Regular Expressions in JavaScript, but I'm struggling to understand how they work in Money Manager Ex.
Questions:
- How does Money Manager know to parse the text as a regular expression (versus normal search text)?
- If I search for "*Home*" in the notes field I get many matching transactions. However, if I write it using the equivalent regular expression (".*Home.*") I get no matching transactions. What am I doing wrong?
- Do you have some example regular-expression searches that work with Money Manager Ex?