J
Joerg Battermann
Hello there,
I am a little bit confused by a regex I need to run on some strings...
basically I want to match it all "file:// .... .xls" occurrences, but
only the ones that do NOT start or end with a " (quote). The reason
for that is basically I want to find pure text occurrences of a file://-link
within a html file, and not the ones that are <a href="file:\
\....xls">abc</a> ones...
Does anyone maybe know from the top of his/her head what the correct
regex would be in this situation?
Cheers and thanks,
-Jörg
I am a little bit confused by a regex I need to run on some strings...
basically I want to match it all "file:// .... .xls" occurrences, but
only the ones that do NOT start or end with a " (quote). The reason
for that is basically I want to find pure text occurrences of a file://-link
within a html file, and not the ones that are <a href="file:\
\....xls">abc</a> ones...
Does anyone maybe know from the top of his/her head what the correct
regex would be in this situation?
Cheers and thanks,
-Jörg