MCPcopy Create free account

hub / github.com/dlclark/regexp2 / functions

Functions1,027 in github.com/dlclark/regexp2

FunctionTestNewStringPrefixFilterFixedDistanceChar
(t *testing.T)
stringprefixfilter_test.go:204
FunctionTestNewStringPrefixFilterLeadingSet
(t *testing.T)
stringprefixfilter_test.go:277
FunctionTestNonMatchingTreePatterns
(t *testing.T)
syntax/tree_test.go:391
FunctionTestParseNegativeDigit
(t *testing.T)
regexp_test.go:519
FunctionTestParseShortSlashNegateP
(t *testing.T)
regexp_test.go:1801
FunctionTestParseShortSlashP
(t *testing.T)
regexp_test.go:1790
FunctionTestParseShortSlashPEnd
(t *testing.T)
regexp_test.go:1812
FunctionTestParserFuzzCrashes
(t *testing.T)
regexp_test.go:1532
FunctionTestParserFuzzHangs
(t *testing.T)
regexp_test.go:1543
FunctionTestPcre_Basics
(t *testing.T)
regexp_corpus_pcre_test.go:19
FunctionTestPooledReplaceBufferHonorsSizeLimit
(t *testing.T)
bufferpool_test.go:91
FunctionTestPooledSliceBuffersGet
(t *testing.T)
bufferpool_test.go:41
FunctionTestPooledSliceBuffersPoolIndex
(t *testing.T)
bufferpool_test.go:15
FunctionTestPooledSliceBuffersPutDropsMismatchedCapacity
(t *testing.T)
bufferpool_test.go:76
FunctionTestPooledSliceBuffersPutReusesMatchingClass
(t *testing.T)
bufferpool_test.go:61
FunctionTestPooledSliceBuffersSortsSizeClasses
(t *testing.T)
bufferpool_test.go:8
FunctionTestPossessiveQuantifiers
(t *testing.T)
regexp_syntax_extensions_test.go:34
FunctionTestPrefixCharSets
(t *testing.T)
syntax/prefixanalyzer_test.go:110
FunctionTestProgramTooLongForBacktrack
TestProgramTooLongForBacktrack tests that a regex which is too long for the backtracker still executes properly.
regexp_performance_test.go:394
FunctionTestPythonNamedBackreferenceRequiresRE2
(t *testing.T)
regexp_re2_test.go:77
FunctionTestQuickMatchCaptureLiveness
(t *testing.T)
regexp_optimization_test.go:187
FunctionTestQuickMatchRetainsBalancingCaptures
(t *testing.T)
regexp_optimization_test.go:221
FunctionTestRE2CompatCapture
(t *testing.T)
regexp_re2_test.go:7
FunctionTestRE2CompatCapture_Invalid
(t *testing.T)
regexp_re2_test.go:36
FunctionTestRE2CompatPythonNamedBackreference
(t *testing.T)
regexp_re2_test.go:21
FunctionTestRE2CompatPythonNamedBackreference_Invalid
(t *testing.T)
regexp_re2_test.go:57
FunctionTestRE2Dollar_Multiline
(t *testing.T)
regexp_re2_test.go:158
FunctionTestRE2Dollar_Singleline
(t *testing.T)
regexp_re2_test.go:147
FunctionTestRE2ExtendedZero
(t *testing.T)
regexp_re2_test.go:170
FunctionTestRE2NamedAscii
(t *testing.T)
regexp_re2_test.go:87
FunctionTestRE2NamedAscii_Concat
(t *testing.T)
regexp_re2_test.go:131
FunctionTestRE2NegativeDigitIgnoreCase
(t *testing.T)
regexp_re2_test.go:183
FunctionTestRE2Space
(t *testing.T)
regexp_re2_test.go:231
FunctionTestRE2Word
(t *testing.T)
regexp_re2_test.go:207
FunctionTestRegexpECMAScriptWithSingleline
(t *testing.T)
regexp_test.go:1857
FunctionTestRegexpMethodsHandleEmptyMatches
(t *testing.T)
compat/regexp_test.go:86
FunctionTestRegexpMethodsHandleInvalidUTF8Bytes
(t *testing.T)
compat/regexp_test.go:76
FunctionTestRegexpMethodsMatchStdlib
(t *testing.T)
compat/regexp_test.go:12
FunctionTestRegexpMethodsReturnNilWhenNoMatch
(t *testing.T)
compat/regexp_test.go:47
FunctionTestRegexpMethodsUseByteIndexes
(t *testing.T)
compat/regexp_test.go:64
FunctionTestRegexp_Basic
(t *testing.T)
regexp_test.go:77
FunctionTestRegisterEngine_CacheHit
(t *testing.T)
regexp_codegen_test.go:19
FunctionTestRegisterEngine_CacheHitMaintainCaptureOrder
(t *testing.T)
regexp_codegen_test.go:199
FunctionTestRegisterEngine_CacheKeyIncludesBacktrackingStackLimit
(t *testing.T)
regexp_codegen_test.go:91
FunctionTestRegisterEngine_CacheMiss
(t *testing.T)
regexp_codegen_test.go:126
FunctionTestRegisterEngine_CacheMissMaintainCaptureOrder
(t *testing.T)
regexp_codegen_test.go:163
FunctionTestRegisterEngine_QuickExecute
(t *testing.T)
regexp_codegen_test.go:55
FunctionTestRegularExtendedZero
(t *testing.T)
regexp_re2_test.go:193
FunctionTestRegularSpace
(t *testing.T)
regexp_re2_test.go:242
FunctionTestRegularWord
(t *testing.T)
regexp_re2_test.go:220
FunctionTestRepeatPrefixNullableFixed
(t *testing.T)
regexp_test.go:1916
FunctionTestRepeatingGroup
(t *testing.T)
regexp_test.go:583
FunctionTestReplaceFunc_Basic
(t *testing.T)
replace_test.go:107
FunctionTestReplaceFunc_Groups
(t *testing.T)
replace_test.go:133
FunctionTestReplaceFunc_Multiple
(t *testing.T)
replace_test.go:118
FunctionTestReplace_BadSyntax
(t *testing.T)
replace_test.go:98
FunctionTestReplace_Basic
(t *testing.T)
replace_test.go:8
FunctionTestReplace_BeginBeforeAfterEnd
(t *testing.T)
replace_test.go:86
FunctionTestReplace_IgnoreCaseLower
(t *testing.T)
replace_test.go:41
FunctionTestReplace_IgnoreCaseUpper
(t *testing.T)
replace_test.go:30
FunctionTestReplace_LimitCount
(t *testing.T)
replace_test.go:63
FunctionTestReplace_LimitCountSlice
(t *testing.T)
replace_test.go:74
FunctionTestReplace_NamedGroup
(t *testing.T)
replace_test.go:19
FunctionTestReplace_NestedGroups
(t *testing.T)
replace_test.go:163
FunctionTestReplace_NumberGroup
(t *testing.T)
replace_test.go:52
FunctionTestReplace_RefNumsDollarAmbiguous
(t *testing.T)
replace_test.go:152
FunctionTestReplacerDataCacheBounded
(t *testing.T)
regexp_optimization_test.go:108
FunctionTestReplacerDataCacheDisabled
(t *testing.T)
regexp_optimization_test.go:124
FunctionTestReplacerDataCacheMaxBytes
(t *testing.T)
regexp_optimization_test.go:134
FunctionTestRequiredLandmarkAlternativeMatchDoesNotRewindTrailingWhitespace
(t *testing.T)
regexp_test.go:753
FunctionTestRightToLeft_Basic
(t *testing.T)
rtl_test.go:5
FunctionTestRightToLeft_Replace
(t *testing.T)
rtl_test.go:42
FunctionTestRightToLeft_StartAt
(t *testing.T)
rtl_test.go:26
FunctionTestRunNegativeDigit
(t *testing.T)
regexp_test.go:530
FunctionTestRunnerFixedStackPushHelpers
(t *testing.T)
runner_codegen_test.go:5
FunctionTestRunnerReusableAfterBacktrackingStackLimit
(t *testing.T)
regexp_optimization_test.go:60
FunctionTestSetInCode
(t *testing.T)
regexp_test.go:66
FunctionTestSetPrefix
(t *testing.T)
regexp_test.go:56
FunctionTestSplit_LimitCount0
(t *testing.T)
split_test.go:64
FunctionTestSplit_LimitCount1
(t *testing.T)
split_test.go:53
FunctionTestSplit_LimitCountRemainder
(t *testing.T)
split_test.go:42
FunctionTestSplit_ZeroWidth
(t *testing.T)
split_test.go:31
FunctionTestStartAtEnd
(t *testing.T)
regexp_test.go:1521
FunctionTestStartingCharsOptionalNegate
(t *testing.T)
regexp_test.go:501
FunctionTestStartsWith_Miss
(t *testing.T)
helpers/indexof_test.go:45
FunctionTestStopTimeoutClock
(t *testing.T)
fastclock_test.go:61
FunctionTestStringFixedDistanceCharFilter
(t *testing.T)
stringprefixfilter_test.go:121
FunctionTestStringFixedDistanceCharFilterCandidateBeforeStart
(t *testing.T)
stringprefixfilter_test.go:144
FunctionTestStringFixedDistanceSetFilter
(t *testing.T)
stringprefixfilter_test.go:232
FunctionTestStringFixedDistanceSetFilterRejectsUnsupportedSets
(t *testing.T)
stringprefixfilter_test.go:265
FunctionTestStringFixedDistanceSetFilterSmallSet
(t *testing.T)
stringprefixfilter_test.go:253
FunctionTestStringFixedDistanceStringFilter
(t *testing.T)
stringprefixfilter_test.go:155
FunctionTestStringFixedDistanceStringFilterLongLiteral
(t *testing.T)
stringprefixfilter_test.go:174
FunctionTestStringIndexPrefixFilter
(t *testing.T)
stringprefixfilter_test.go:10
FunctionTestStringIndexPrefixFilterASCIIIgnoreCase
(t *testing.T)
stringprefixfilter_test.go:52
FunctionTestStringIndexPrefixFilterMinRequiredLengthUsesBytes
(t *testing.T)
stringprefixfilter_test.go:37
FunctionTestStringIndexPrefixFilterRejectsNonASCIIIgnoreCasePrefix
(t *testing.T)
stringprefixfilter_test.go:67
FunctionTestStringIndexPrefixesFilter
(t *testing.T)
stringprefixfilter_test.go:73
FunctionTestStringIndexPrefixesFilterASCIIIgnoreCase
(t *testing.T)
stringprefixfilter_test.go:100
FunctionTestStringIndexPrefixesFilterRejectsNonASCIIIgnoreCasePrefix
(t *testing.T)
stringprefixfilter_test.go:115
← previousnext →901–1,000 of 1,027, ranked by callers