Forum Discussion
siwadon
4 years agoEmployee
Basically, the expression removes anything from the beginning of the string to the last forward slash or backslash. In other words, get only the filename from the input string.
See some examples in the screenshot below. The highlighted parts are matched with ^.*[\\\/]
and will be removed.