Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ pattern
Method
pattern
java/com/google/re2j/Pattern.java:93–95 ·
view source on GitHub ↗
Returns the pattern used in the constructor.
()
Source
from the content-addressed store, hash-verified
91
* Returns the pattern used in the constructor.
92
*/
93
public
String pattern() {
94
return
pattern;
95
}
96
97
RE2 re2() {
98
return
re2;
Callers
3
testCompile
Method · 0.95
testCompileFlags
Method · 0.95
assertSerializes
Method · 0.95
Calls
no outgoing calls
Tested by
3
testCompile
Method · 0.76
testCompileFlags
Method · 0.76
assertSerializes
Method · 0.76