regex - Regexp performancing in different languages -


if in php, regex pattern better performancing second pattern, means pattern better in java's or in javascript's or in postgresql's regex?

that is, in different language/db, regexp working same or differently ?

there not same perfomace. i've found article benchmarking regex on various languages. may find useful.

and here find information handling regexs in various languages

http://www.regular-expressions.info/refflavors.html

also may want read this:

regex performances between languages or libraries


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -