Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ functions
Functions
668 in github.com/google/re2j
⨍
Functions
668
◇
Types & classes
78
↓ 1 callers
Method
make_foldLu
()
java/com/google/re2j/UnicodeTables.java:4092
↓ 1 callers
Method
make_foldMn
()
java/com/google/re2j/UnicodeTables.java:4223
↓ 1 callers
Method
match
(MachineInput in, int pos, int anchor)
java/com/google/re2j/Machine.java:215
↓ 1 callers
Method
matchRune
(int r)
java/com/google/re2j/Inst.java:48
↓ 1 callers
Method
matchRune
(Regexp re, int r)
java/com/google/re2j/Parser.java:1192
↓ 1 callers
Method
matchUTF8
(byte[] b)
java/com/google/re2j/RE2.java:369
↓ 1 callers
Method
maxCap
()
java/com/google/re2j/Regexp.java:272
↓ 1 callers
Method
minFoldRune
(int r)
java/com/google/re2j/Parser.java:193
↓ 1 callers
Method
namedGroups
Return a map of the capturing groups in this matcher's pattern, where key is the name and value is the index of the group in the pattern.
java/com/google/re2j/Pattern.java:331
↓ 1 callers
Method
newLiteral
(int r, int flags)
java/com/google/re2j/Parser.java:182
↓ 1 callers
Method
next
(int l)
java/com/google/re2j/Prog.java:117
↓ 1 callers
Method
parseClass
(StringIterator t)
java/com/google/re2j/Parser.java:1615
↓ 1 callers
Method
parseFowlerResult
(String s, boolean[] shouldCompileMatch)
javatests/com/google/re2j/ExecTest.java:632
↓ 1 callers
Method
parseInternal
()
java/com/google/re2j/Parser.java:792
↓ 1 callers
Method
parseNamedClass
(StringIterator t, CharClass cc)
java/com/google/re2j/Parser.java:1498
↓ 1 callers
Method
parsePerlFlags
(StringIterator t)
java/com/google/re2j/Parser.java:1040
↓ 1 callers
Method
parseRepeat
(StringIterator t)
java/com/google/re2j/Parser.java:998
↓ 1 callers
Method
parseResult
(String file, int lineno, String res)
javatests/com/google/re2j/ExecTest.java:286
↓ 1 callers
Method
parseRightParen
()
java/com/google/re2j/Parser.java:1305
↓ 1 callers
Method
parseVerticalBar
()
java/com/google/re2j/Parser.java:1212
↓ 1 callers
Method
prefix
(StringBuilder prefix)
java/com/google/re2j/Prog.java:63
↓ 1 callers
Method
qsortIntPair
(int[] array, int left, int right)
java/com/google/re2j/CharClass.java:299
↓ 1 callers
Method
quote
Returns a literal pattern string for the specified string. <p> This method produces a string that can be used to create a <code>Pattern</code> that w
java/com/google/re2j/Pattern.java:294
↓ 1 callers
Method
reinit
()
java/com/google/re2j/Regexp.java:83
↓ 1 callers
Method
removeLeadingRegexp
(Regexp re, boolean reuse)
java/com/google/re2j/Parser.java:660
↓ 1 callers
Method
removeLeadingString
(Regexp re, int n)
java/com/google/re2j/Parser.java:601
↓ 1 callers
Method
removeRange
(int fromIndex, int toIndex)
java/com/google/re2j/Parser.java:46
↓ 1 callers
Method
replaceAll
Returns the input with all matches replaced by {@code replacement}, interpreted as for {@code appendReplacement}. @param replacement the replacement
java/com/google/re2j/Matcher.java:579
↓ 1 callers
Method
replaceFirst
Returns the input with the first match replaced by {@code replacement}, interpreted as for {@code appendReplacement}. @param replacement the replacem
java/com/google/re2j/Matcher.java:591
↓ 1 callers
Method
resetCap
(int ncap)
java/com/google/re2j/Machine.java:143
↓ 1 callers
Method
runeToString
(int r)
java/com/google/re2j/Utils.java:102
↓ 1 callers
Method
runesToString
(int[] runes)
javatests/com/google/re2j/ParserTest.java:508
↓ 1 callers
Method
star
(Frag f1, boolean nongreedy)
java/com/google/re2j/Compiler.java:155
↓ 1 callers
Method
startCond
()
java/com/google/re2j/Prog.java:81
↓ 1 callers
Method
step
(int pos)
java/com/google/re2j/MachineInput.java:44
↓ 1 callers
Method
submatches
()
java/com/google/re2j/Machine.java:159
↓ 1 callers
Method
testGroup
(String text, String regexp, String[] output)
javatests/com/google/re2j/ApiTestUtils.java:183
↓ 1 callers
Method
testMatcherNotMatches
(String regexp, String nonMatch)
javatests/com/google/re2j/ApiTestUtils.java:66
↓ 1 callers
Method
toString
()
java/com/google/re2j/Prog.java:164
↓ 1 callers
Method
toString
()
java/com/google/re2j/CharClass.java:357
↓ 1 callers
Method
toString
()
java/com/google/re2j/Inst.java:91
↓ 1 callers
Method
toString
()
java/com/google/re2j/Pattern.java:298
↓ 1 callers
Method
unicodeTable
(String name)
java/com/google/re2j/Parser.java:1524
↓ 1 callers
Method
unquoteChar
(String s, int[] i, char quote)
javatests/com/google/re2j/Strconv.java:33
↓ 1 callers
Method
utf16IndicesToUtf8
(int[] idx16, String text)
javatests/com/google/re2j/ExecTest.java:274
↓ 1 callers
Method
utf8
(String s)
javatests/com/google/re2j/GoTestUtils.java:27
Method
BenchmarkUtils
()
benchmarks/src/main/java/com/google/re2j/benchmark/BenchmarkUtils.java:29
Method
CharClass
(int[] r)
java/com/google/re2j/CharClass.java:25
Method
CharGroup
(int sign, int[] cls)
java/com/google/re2j/CharGroup.java:19
Method
Characters
()
java/com/google/re2j/Characters.java:11
Method
Characters
()
java/com/google/re2j/super/com/google/re2j/Characters.java:11
Method
CodepointRange
(String name)
unicode/src/main/java/com/google/re2j/UnicodeTablesGenerator.java:409
Method
Compiler
()
java/com/google/re2j/Compiler.java:50
Method
EqualsIgnoreCaseTest
(int r1, int r2, boolean shouldMatch)
javatests/com/google/re2j/UnicodeTest.java:80
Method
FindTest
(Test test)
javatests/com/google/re2j/FindTest.java:262
Method
Frag
()
java/com/google/re2j/Compiler.java:29
Method
Inst
(int op)
java/com/google/re2j/Inst.java:38
Method
JdkMatcher
(java.util.regex.Matcher matcher)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:47
Method
JdkPattern
(String pattern, int flags)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:99
Method
Machine
Constructs a matching Machine for the specified {@code RE2}.
java/com/google/re2j/Machine.java:110
Method
Matcher
(Pattern pattern)
java/com/google/re2j/Matcher.java:74
Method
Pair
(F first, S second)
java/com/google/re2j/Parser.java:1714
Method
Parser
(String wholeRegexp, int flags)
java/com/google/re2j/Parser.java:63
Method
Pattern
(String pattern, int flags, RE2 re2)
java/com/google/re2j/Pattern.java:63
Method
PatternSyntaxException
(String error, String input)
java/com/google/re2j/PatternSyntaxException.java:19
Method
Prog
()
java/com/google/re2j/Prog.java:26
Method
ProgTest
(String input, String expected)
javatests/com/google/re2j/ProgTest.java:126
Method
Queue
(int n)
java/com/google/re2j/Machine.java:39
Method
RE2
(String expr)
java/com/google/re2j/RE2.java:124
Method
RE2CompileTest
(String input, String expectedError)
javatests/com/google/re2j/RE2CompileTest.java:62
Method
RE2MatchTest
(FindTest.Test findTest)
javatests/com/google/re2j/RE2MatchTest.java:25
Method
RE2QuoteMetaTest
(String pattern, String output, String literal, String isLiteral)
javatests/com/google/re2j/RE2QuoteMetaTest.java:44
Method
RE2ReplaceAllFunctionTest
(String pattern, String input, String expected)
javatests/com/google/re2j/RE2ReplaceAllFunctionTest.java:49
Method
RE2ReplaceTest
( String pattern, String replacement, String source, String expected, String replaceFirst)
javatests/com/google/re2j/RE2ReplaceTest.java:153
Method
RE2TestNumSubexps
(String input, String expected)
javatests/com/google/re2j/RE2TestNumSubexps.java:39
Method
Re2Matcher
(com.google.re2j.Matcher matcher)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:24
Method
Re2Pattern
(String pattern, int flags)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:134
Method
Regex
(String pattern)
benchmarks/src/main/java/com/google/re2j/benchmark/BenchmarkCompile.java:45
Method
Regexp
(Op op)
java/com/google/re2j/Regexp.java:66
Method
Simplify
()
java/com/google/re2j/Simplify.java:177
Method
SimplifyTest
(String input, String expected)
javatests/com/google/re2j/SimplifyTest.java:157
Method
Strconv
()
javatests/com/google/re2j/Strconv.java:187
Method
StrconvTest
(String input, String expected)
javatests/com/google/re2j/StrconvTest.java:91
Method
StringIterator
(String str)
java/com/google/re2j/Parser.java:710
Method
Test
(String pat, String text, int n, int... x)
javatests/com/google/re2j/FindTest.java:39
Method
Thread
(int n)
java/com/google/re2j/Machine.java:22
Method
UNIXBufferedReader
(Reader r)
javatests/com/google/re2j/UNIXBufferedReader.java:25
Method
UTF16Input
(CharSequence str, int start, int end)
java/com/google/re2j/MachineInput.java:179
Method
UTF8Input
(byte[] b)
java/com/google/re2j/MachineInput.java:69
Method
Unicode
()
java/com/google/re2j/Unicode.java:162
Method
UnicodeTables
()
java/com/google/re2j/UnicodeTables.java:373
Method
UnicodeTablesGenerator
()
unicode/src/main/java/com/google/re2j/UnicodeTablesGenerator.java:60
Method
Utf16MatcherInput
(CharSequence charSequence)
java/com/google/re2j/MatcherInput.java:81
Method
Utf8MatcherInput
(byte[] bytes)
java/com/google/re2j/MatcherInput.java:53
Method
Utils
()
java/com/google/re2j/Utils.java:204
Method
add
(int pc)
java/com/google/re2j/Machine.java:54
Method
applies
(int r)
javatests/com/google/re2j/ParserTest.java:44
Method
asBytes
()
java/com/google/re2j/MatcherInput.java:46
Method
asBytes
()
java/com/google/re2j/MatcherInput.java:95
Method
asCharSequence
()
java/com/google/re2j/MatcherInput.java:44
← previous
next →
401–500 of 668, ranked by callers