Find last backslash
Posted: Tue Nov 12, 2019 8:56 pm
How can I find the LAST backslash (i.e., \ ) in each row
\K means: don't include in the match of the whole regex whatever the subexpression to my left matched.Find what: .*\K\\
[X] Regular expression