Hi,

I am currently developing an application that identifies strings looking
like a file path and collects them and returns the array of strings. Over
the past week, I developed a regex to identify file paths  to this:
"(?:/[A-Z\\d.][A-Z\\d\\-.]{0,61})+". That does not seem to work. Can anyone
give me an alternative?

Thanks,
Nyah

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to