MCPcopy Create free account

hub / github.com/dlclark/regexp2 / functions

Functions981 in github.com/dlclark/regexp2

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:1891
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:728
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:1496
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
FunctionTestStringLiteralAfterLoopFilter
(t *testing.T)
stringprefixfilter_test.go:180
FunctionTestStringPrefixFilterFindStringMatchCandidate
(t *testing.T)
regexp_optimization_test.go:273
FunctionTestStringPrefixFilterFindStringMatchStartingAtInvalidBoundary
(t *testing.T)
regexp_optimization_test.go:263
FunctionTestStringPrefixFilterMatchesUnoptimizedResults
(t *testing.T)
regexp_optimization_test.go:311
FunctionTestStringPrefixFilterSkipsDecodeOnMiss
(t *testing.T)
regexp_codegen_test.go:235
FunctionTestStringSearchValues_Basic
(t *testing.T)
helpers/searchvalues_test.go:42
FunctionTestStringSearchValues_IgnoreCase
(t *testing.T)
helpers/searchvalues_test.go:50
FunctionTestThreeByteUnicode_InputOnly
(t *testing.T)
regexp_test.go:1377
FunctionTestUnMarshal
(t *testing.T)
regexp_test.go:1809
FunctionTestUnicodePropertyAliases
(t *testing.T)
regexp_test.go:791
FunctionTestUnicodeScriptSets
(t *testing.T)
regexp_test.go:782
FunctionTestUnicodeSupplementaryCharInRange
(t *testing.T)
regexp_test.go:765
FunctionTestUnicodeSupplementaryCharSetMatch
(t *testing.T)
regexp_test.go:748
FunctionTestWrapAndUnwrap
(t *testing.T)
compat/regexp_test.go:99
MethodTryGetJoinableLengthCheckChildRange
Determine whether the specified child node is the beginning of a sequence that can trivially have length checks combined in order to avoid bounds chec
syntax/tree.go:2266
MethodUncaptureUntil
Undo captures until it reaches the specified capture position
runner.go:2222
MethodUnmarshalText
UnmarshalText implements [encoding.TextUnmarshaler] by calling [Compile] on the encoded value.
regexp.go:668
MethodapplyCompileOption
(c *compileConfig)
options.go:22
MethodapplyCompileOption
(c *compileConfig)
options.go:78
FunctioncompareFixedDistanceSetsByQuality
CompareFunc for a set of fixed-distance set results from best to worst quality.</summary>
syntax/prefixanalyzer.go:930
Methoddump
()
match.go:422
FunctionfindFirstCharDefault
(r *Runner)
runner.go:1367
Methodindex
(input string, startAt int)
stringprefixfilter.go:265
Functioninit
()
fastclock_test.go:9
FunctionnewPooledSliceBuffers
(sizes ...int)
bufferpool.go:14
← previous901–981 of 981, ranked by callers