Skip to content

Instantly share code, notes, and snippets.

@engincancan
Created April 21, 2017 07:01
Show Gist options
  • Save engincancan/e83254ce52656ec5f971170aff87f9e7 to your computer and use it in GitHub Desktop.
Save engincancan/e83254ce52656ec5f971170aff87f9e7 to your computer and use it in GitHub Desktop.
Test Against Startswith, Regex, Contains
System.out: startsWith took: 16
System.out: matches took: 25
System.out: contains took: 2
System.out: startsWith took: 15
System.out: matches took: 32
System.out: contains took: 5
System.out: startsWith took: 11
System.out: matches took: 40
System.out: contains took: 6
System.out: startsWith took: 14
System.out: matches took: 40
System.out: contains took: 9
System.out: startsWith took: 13
System.out: matches took: 48
System.out: contains took: 12
System.out: startsWith took: 9
System.out: matches took: 51
System.out: contains took: 3
System.out: startsWith took: 13
System.out: matches took: 87
System.out: contains took: 8
System.out: startsWith took: 20
System.out: matches took: 52
System.out: contains took: 10
System.out: startsWith took: 24
System.out: matches took: 35
System.out: contains took: 8
System.out: startsWith took: 12
System.out: matches took: 91
System.out: contains took: 8
System.out: startsWith took: 20
System.out: matches took: 107
System.out: contains took: 20
System.out: startsWith took: 4
System.out: matches took: 45
System.out: contains took: 3
System.out: startsWith took: 10
System.out: matches took: 45
System.out: contains took: 3
System.out: startsWith took: 9
System.out: matches took: 70
System.out: contains took: 4
System.out: startsWith took: 5
System.out: matches took: 46
System.out: contains took: 4
System.out: startsWith took: 4
System.out: matches took: 56
System.out: contains took: 5
System.out: startsWith took: 7
System.out: matches took: 48
System.out: contains took: 5
System.out: startsWith took: 13
System.out: matches took: 50
System.out: contains took: 11
System.out: startsWith took: 15
System.out: matches took: 50
System.out: contains took: 12
System.out: startsWith took: 14
System.out: matches took: 49
System.out: contains took: 13
System.out: startsWith took: 17
System.out: matches took: 127
System.out: contains took: 22
System.out: startsWith took: 19
System.out: matches took: 92
System.out: contains took: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment