Hi I have the following text:
file:/home/dx/reader/validation-garage/IDON/test-test-test@2016-10-04.txt#/
I need to retrieve test-test-test@2016-10-04.txt#
from the string above. If I can also exclude the hash even better.
I've tried looking at examples like this Regex to find text between second and third slashes but having trouble getting it working, can anyone help?
I'm using PHP regex to do this.