I've never used regular expressions and I'm trying to learn them right now. I have one question before I invest a lot of time on them as this is all I'm trying to do with them.
Is is possible to have a string like this: "Images/Welcome/images/welcome image 19.gif"
An get only this part: "welcome image 19.gif"?
Also, it needs to be able to handle strings like this: "Images/Welcome/Free/images/welcome image 19.gif" and give the same result as above.
So if anyone can give me a simple yes or no I'd appreciate it and if you know how to code it, tips would be very appreciated.
Thanks,
Is is possible to have a string like this: "Images/Welcome/images/welcome image 19.gif"
An get only this part: "welcome image 19.gif"?
Also, it needs to be able to handle strings like this: "Images/Welcome/Free/images/welcome image 19.gif" and give the same result as above.
So if anyone can give me a simple yes or no I'd appreciate it and if you know how to code it, tips would be very appreciated.
Thanks,