|
|
|
|
|
by doomvox
1487 days ago
|
|
Perl has a fast, powerful well-integrated regular expression engine, with full unicode support. In general, Perl tends to be much faster than the competing scripting languages (which is why you never see people talk about benchmark numbers, they'd give you the wrong answer). |
|