On Mar 17, 2009, at 5:27 PM, David Evans wrote:
Examples

livecheck.name gimp or GIMP selects the right but the regex needs to match GIMP livecheck.name XviD, xvid, Xvid selects the right project but the regex needs to match Xvid livecheck.name xsane select the right project but the regex needs to match XSane

Hopefully you can see what I mean -- I'm not describing it well.
So if one could construct a regex that would match the livecheck.name in any case combination that

We could use the -nocase option ("Causes upper-case characters in string to be treated as lower case during the matching process") with regexp, but I'm not sure if we should be ignoring case.
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to