Both languages claim to use Perl style regular expressions. If I have one language test a regular expression for validity, will it work in the other? Where do the regular ex
Check out: http://www.regular-expressions.info/refflavors.html
Plenty of regex info on that site, and there's a nice chart that details the differences between java & .net.