I am new to Swift and I want to make some regex to check if a string matches with a certain pattern.
I have this URL:
http://server.com/folder/image_09.jpg
URL can also be:
http://server.com/folder/image.jpg
And I want to check if the string matches this pattern:
sometext + _two characters + .jpg