Hacker News new | ask | show | jobs
by smitherfield 3462 days ago
Python and the other scripting languages' regex engine is PCRE (Perl-Compatible Regular Expressions, a very mature and highly-optimized C library), while Swift's is presumably written in Swift.