Test case name | Result |
---|---|
re.match (regexp) | |
re.match (string) | |
re.test | |
str.startsWith |
Test name | Executions per second |
---|---|
re.match (regexp) | 6873218.0 Ops/sec |
re.match (string) | 2293572.5 Ops/sec |
re.test | 7971823.5 Ops/sec |
str.startsWith | 7954053.5 Ops/sec |