Hi there,
I have strings like
asdf asdf asdf "test.gif" blabla
or
asdf asdf asdf 'test.gif' blabla
I want to extract test.gif. Because I will see " or ' in the string, I was
(so far) unable to create a regular expression for this problem
Regards
Bruno
I have strings like
asdf asdf asdf "test.gif" blabla
or
asdf asdf asdf 'test.gif' blabla
I want to extract test.gif. Because I will see " or ' in the string, I was
(so far) unable to create a regular expression for this problem
Regards
Bruno
Comment