--- Nat Gross <[EMAIL PROTECTED]> wrote: > Hi; > I am just coming up to speed on Regex and have a > couple of questions, > please. > > 1. Is there a difference between a) [a-cx-z] and > b)[a-c[x-z]] ? > If so, what? If not, which syntax is better to use?
I don't know, but b) looks confusing to me. I'd go with a). > > 2. How do I uppercase (or lowercase) a character in > a string? (Need to > do this in Ant, so the Java string functions are not > helpful.) There is some information on this here: http://issues.apache.org/bugzilla/show_bug.cgi?id=32582 HTH, Matt > > Thank you; > -nat > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
