compare-and-contrast

Javascript regex compared to Perl regex

I'm just a noob when it comes to regexp... I know Perl is amazing with regexp... and I dont know much Perl. Recently started learning JavaScript and came across regex for validating user inputs... haven't used them much. How does JavaScript regexp compare with Perl regexp? Similarities and differences? Can all regexp(s) wriiten in ...