I have a RegEx of \/lib\/dam\/\d+\/0
Using FileZilla, I only want to display folders that have paths that end in 0 e.g.
/lib/dam/1000/0
/lib/dam/2000/0
/lib/dam/3000/0
...
/lib/dam/200000/0
However the RegEx I have doesn't work in FileZilla but does on https://regex101.com. Please advise!