Hello, I have been trying to learn java lately. Sun says java regex is most like PERL regex. So, know PERL people love regex, i was hoping you could help me on a java regex.
my java regex.... \\/home\\/mohadib(.){0,} <-- /home/mohadib + 0 or more of any charcter wont match... /home/mohadib/back_2$command_listner.class this matches all files under /home/mohadib except for files with $ in the name ....and proably any other charcters like that. Is there a way i can regex around this? thanks, jd -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]