Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dlclark/regexp2
/ functions
Functions
1,027 in github.com/dlclark/regexp2
⨍
Functions
1,027
◇
Types & classes
78
Function
TestNewStringPrefixFilterFixedDistanceChar
(t *testing.T)
stringprefixfilter_test.go:204
Function
TestNewStringPrefixFilterLeadingSet
(t *testing.T)
stringprefixfilter_test.go:277
Function
TestNonMatchingTreePatterns
(t *testing.T)
syntax/tree_test.go:391
Function
TestParseNegativeDigit
(t *testing.T)
regexp_test.go:519
Function
TestParseShortSlashNegateP
(t *testing.T)
regexp_test.go:1801
Function
TestParseShortSlashP
(t *testing.T)
regexp_test.go:1790
Function
TestParseShortSlashPEnd
(t *testing.T)
regexp_test.go:1812
Function
TestParserFuzzCrashes
(t *testing.T)
regexp_test.go:1532
Function
TestParserFuzzHangs
(t *testing.T)
regexp_test.go:1543
Function
TestPcre_Basics
(t *testing.T)
regexp_corpus_pcre_test.go:19
Function
TestPooledReplaceBufferHonorsSizeLimit
(t *testing.T)
bufferpool_test.go:91
Function
TestPooledSliceBuffersGet
(t *testing.T)
bufferpool_test.go:41
Function
TestPooledSliceBuffersPoolIndex
(t *testing.T)
bufferpool_test.go:15
Function
TestPooledSliceBuffersPutDropsMismatchedCapacity
(t *testing.T)
bufferpool_test.go:76
Function
TestPooledSliceBuffersPutReusesMatchingClass
(t *testing.T)
bufferpool_test.go:61
Function
TestPooledSliceBuffersSortsSizeClasses
(t *testing.T)
bufferpool_test.go:8
Function
TestPossessiveQuantifiers
(t *testing.T)
regexp_syntax_extensions_test.go:34
Function
TestPrefixCharSets
(t *testing.T)
syntax/prefixanalyzer_test.go:110
Function
TestProgramTooLongForBacktrack
TestProgramTooLongForBacktrack tests that a regex which is too long for the backtracker still executes properly.
regexp_performance_test.go:394
Function
TestPythonNamedBackreferenceRequiresRE2
(t *testing.T)
regexp_re2_test.go:77
Function
TestQuickMatchCaptureLiveness
(t *testing.T)
regexp_optimization_test.go:187
Function
TestQuickMatchRetainsBalancingCaptures
(t *testing.T)
regexp_optimization_test.go:221
Function
TestRE2CompatCapture
(t *testing.T)
regexp_re2_test.go:7
Function
TestRE2CompatCapture_Invalid
(t *testing.T)
regexp_re2_test.go:36
Function
TestRE2CompatPythonNamedBackreference
(t *testing.T)
regexp_re2_test.go:21
Function
TestRE2CompatPythonNamedBackreference_Invalid
(t *testing.T)
regexp_re2_test.go:57
Function
TestRE2Dollar_Multiline
(t *testing.T)
regexp_re2_test.go:158
Function
TestRE2Dollar_Singleline
(t *testing.T)
regexp_re2_test.go:147
Function
TestRE2ExtendedZero
(t *testing.T)
regexp_re2_test.go:170
Function
TestRE2NamedAscii
(t *testing.T)
regexp_re2_test.go:87
Function
TestRE2NamedAscii_Concat
(t *testing.T)
regexp_re2_test.go:131
Function
TestRE2NegativeDigitIgnoreCase
(t *testing.T)
regexp_re2_test.go:183
Function
TestRE2Space
(t *testing.T)
regexp_re2_test.go:231
Function
TestRE2Word
(t *testing.T)
regexp_re2_test.go:207
Function
TestRegexpECMAScriptWithSingleline
(t *testing.T)
regexp_test.go:1857
Function
TestRegexpMethodsHandleEmptyMatches
(t *testing.T)
compat/regexp_test.go:86
Function
TestRegexpMethodsHandleInvalidUTF8Bytes
(t *testing.T)
compat/regexp_test.go:76
Function
TestRegexpMethodsMatchStdlib
(t *testing.T)
compat/regexp_test.go:12
Function
TestRegexpMethodsReturnNilWhenNoMatch
(t *testing.T)
compat/regexp_test.go:47
Function
TestRegexpMethodsUseByteIndexes
(t *testing.T)
compat/regexp_test.go:64
Function
TestRegexp_Basic
(t *testing.T)
regexp_test.go:77
Function
TestRegisterEngine_CacheHit
(t *testing.T)
regexp_codegen_test.go:19
Function
TestRegisterEngine_CacheHitMaintainCaptureOrder
(t *testing.T)
regexp_codegen_test.go:199
Function
TestRegisterEngine_CacheKeyIncludesBacktrackingStackLimit
(t *testing.T)
regexp_codegen_test.go:91
Function
TestRegisterEngine_CacheMiss
(t *testing.T)
regexp_codegen_test.go:126
Function
TestRegisterEngine_CacheMissMaintainCaptureOrder
(t *testing.T)
regexp_codegen_test.go:163
Function
TestRegisterEngine_QuickExecute
(t *testing.T)
regexp_codegen_test.go:55
Function
TestRegularExtendedZero
(t *testing.T)
regexp_re2_test.go:193
Function
TestRegularSpace
(t *testing.T)
regexp_re2_test.go:242
Function
TestRegularWord
(t *testing.T)
regexp_re2_test.go:220
Function
TestRepeatPrefixNullableFixed
(t *testing.T)
regexp_test.go:1916
Function
TestRepeatingGroup
(t *testing.T)
regexp_test.go:583
Function
TestReplaceFunc_Basic
(t *testing.T)
replace_test.go:107
Function
TestReplaceFunc_Groups
(t *testing.T)
replace_test.go:133
Function
TestReplaceFunc_Multiple
(t *testing.T)
replace_test.go:118
Function
TestReplace_BadSyntax
(t *testing.T)
replace_test.go:98
Function
TestReplace_Basic
(t *testing.T)
replace_test.go:8
Function
TestReplace_BeginBeforeAfterEnd
(t *testing.T)
replace_test.go:86
Function
TestReplace_IgnoreCaseLower
(t *testing.T)
replace_test.go:41
Function
TestReplace_IgnoreCaseUpper
(t *testing.T)
replace_test.go:30
Function
TestReplace_LimitCount
(t *testing.T)
replace_test.go:63
Function
TestReplace_LimitCountSlice
(t *testing.T)
replace_test.go:74
Function
TestReplace_NamedGroup
(t *testing.T)
replace_test.go:19
Function
TestReplace_NestedGroups
(t *testing.T)
replace_test.go:163
Function
TestReplace_NumberGroup
(t *testing.T)
replace_test.go:52
Function
TestReplace_RefNumsDollarAmbiguous
(t *testing.T)
replace_test.go:152
Function
TestReplacerDataCacheBounded
(t *testing.T)
regexp_optimization_test.go:108
Function
TestReplacerDataCacheDisabled
(t *testing.T)
regexp_optimization_test.go:124
Function
TestReplacerDataCacheMaxBytes
(t *testing.T)
regexp_optimization_test.go:134
Function
TestRequiredLandmarkAlternativeMatchDoesNotRewindTrailingWhitespace
(t *testing.T)
regexp_test.go:753
Function
TestRightToLeft_Basic
(t *testing.T)
rtl_test.go:5
Function
TestRightToLeft_Replace
(t *testing.T)
rtl_test.go:42
Function
TestRightToLeft_StartAt
(t *testing.T)
rtl_test.go:26
Function
TestRunNegativeDigit
(t *testing.T)
regexp_test.go:530
Function
TestRunnerFixedStackPushHelpers
(t *testing.T)
runner_codegen_test.go:5
Function
TestRunnerReusableAfterBacktrackingStackLimit
(t *testing.T)
regexp_optimization_test.go:60
Function
TestSetInCode
(t *testing.T)
regexp_test.go:66
Function
TestSetPrefix
(t *testing.T)
regexp_test.go:56
Function
TestSplit_LimitCount0
(t *testing.T)
split_test.go:64
Function
TestSplit_LimitCount1
(t *testing.T)
split_test.go:53
Function
TestSplit_LimitCountRemainder
(t *testing.T)
split_test.go:42
Function
TestSplit_ZeroWidth
(t *testing.T)
split_test.go:31
Function
TestStartAtEnd
(t *testing.T)
regexp_test.go:1521
Function
TestStartingCharsOptionalNegate
(t *testing.T)
regexp_test.go:501
Function
TestStartsWith_Miss
(t *testing.T)
helpers/indexof_test.go:45
Function
TestStopTimeoutClock
(t *testing.T)
fastclock_test.go:61
Function
TestStringFixedDistanceCharFilter
(t *testing.T)
stringprefixfilter_test.go:121
Function
TestStringFixedDistanceCharFilterCandidateBeforeStart
(t *testing.T)
stringprefixfilter_test.go:144
Function
TestStringFixedDistanceSetFilter
(t *testing.T)
stringprefixfilter_test.go:232
Function
TestStringFixedDistanceSetFilterRejectsUnsupportedSets
(t *testing.T)
stringprefixfilter_test.go:265
Function
TestStringFixedDistanceSetFilterSmallSet
(t *testing.T)
stringprefixfilter_test.go:253
Function
TestStringFixedDistanceStringFilter
(t *testing.T)
stringprefixfilter_test.go:155
Function
TestStringFixedDistanceStringFilterLongLiteral
(t *testing.T)
stringprefixfilter_test.go:174
Function
TestStringIndexPrefixFilter
(t *testing.T)
stringprefixfilter_test.go:10
Function
TestStringIndexPrefixFilterASCIIIgnoreCase
(t *testing.T)
stringprefixfilter_test.go:52
Function
TestStringIndexPrefixFilterMinRequiredLengthUsesBytes
(t *testing.T)
stringprefixfilter_test.go:37
Function
TestStringIndexPrefixFilterRejectsNonASCIIIgnoreCasePrefix
(t *testing.T)
stringprefixfilter_test.go:67
Function
TestStringIndexPrefixesFilter
(t *testing.T)
stringprefixfilter_test.go:73
Function
TestStringIndexPrefixesFilterASCIIIgnoreCase
(t *testing.T)
stringprefixfilter_test.go:100
Function
TestStringIndexPrefixesFilterRejectsNonASCIIIgnoreCasePrefix
(t *testing.T)
stringprefixfilter_test.go:115
← previous
next →
901–1,000 of 1,027, ranked by callers