RegExp number 0-99 (v25)

Revision 25 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
[1-9]??[0-9]
'12 NOTE Agdsc df'.match(/^([1-9]??[0-9])/);
ready
[0-9]|[1-9][0-9]
'12 NOTE Agdsc df'.match(/^([0-9]|[1-9][0-9])/);
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.