MCPcopy Create free account

hub / github.com/dlclark/regexp2 / functions

Functions1,027 in github.com/dlclark/regexp2

FunctionTestCapture_ByteOffsetsRunesInput
(t *testing.T)
regexp_test.go:241
FunctionTestCapture_ByteOffsetsStartingAt
(t *testing.T)
regexp_test.go:207
FunctionTestCharSetSerializeRoundTrip
(t *testing.T)
syntax/charclass_test.go:8
FunctionTestConcatAccidentalPatternCharge
(t *testing.T)
regexp_test.go:1758
FunctionTestConcatLoopCaptureSet
(t *testing.T)
regexp_test.go:552
FunctionTestConstantUneffected
(t *testing.T)
regexp_test.go:476
FunctionTestControlBracketFail
* func TestPcreStuff(t *testing.T) { re := MustCompile(`(?(?=(a))a)`, OptionDebug()) inp := unEscapeToMatch(`a`) fmt.Printf("Inp %q\n", inp) m, er
regexp_test.go:1590
FunctionTestControlBracketGroups
(t *testing.T)
regexp_test.go:1599
FunctionTestCorpusRE2BasicDat
TestCorpusRE2BasicDat runs the raw Go regexp basic.dat corpus. Corpus source: https://github.com/golang/go/blob/master/src/regexp/testdata/basic.da
regexp_corpus_re2_test.go:21
FunctionTestCorpusRustRegexToml
TestCorpusRustRegexToml runs the raw Rust regex TOML corpus. Corpus source: https://github.com/rust-lang/regex/tree/master/testdata The raw TOML f
regexp_corpus_rust_test.go:21
FunctionTestDeadline
(t *testing.T)
fastclock_test.go:14
FunctionTestDecimalLookahead
(t *testing.T)
regexp_test.go:975
FunctionTestDefaultBacktrackingStackLimit
(t *testing.T)
regexp_optimization_test.go:34
FunctionTestDisjointAtomicAlternationOptimization
(t *testing.T)
regexp_syntax_extensions_test.go:187
FunctionTestDispatchUsesSingleInstructionForManyBranches
(t *testing.T)
regexp_syntax_extensions_test.go:229
FunctionTestDollar
(t *testing.T)
regexp_test.go:1383
FunctionTestDot
(t *testing.T)
regexp_test.go:957
FunctionTestECMACharClassEscapeAfterDash
(t *testing.T)
regexp_test.go:1360
FunctionTestECMADecimalLookahead
(t *testing.T)
regexp_test.go:985
FunctionTestECMADollar
(t *testing.T)
regexp_test.go:1393
FunctionTestECMADot
(t *testing.T)
regexp_test.go:966
FunctionTestECMADuplicateGroupNames
(t *testing.T)
regexp_test.go:1200
FunctionTestECMAEmptyCharClass
(t *testing.T)
regexp_test.go:948
FunctionTestECMAGroupNameIdentifierChars
(t *testing.T)
regexp_test.go:1178
FunctionTestECMAGroupNameUnicode
(t *testing.T)
regexp_test.go:1117
FunctionTestECMAInvalidEscape
(t *testing.T)
regexp_test.go:1035
FunctionTestECMAInvalidEscapeCharClass
(t *testing.T)
regexp_test.go:1292
FunctionTestECMANamedGroup
(t *testing.T)
regexp_test.go:1051
FunctionTestECMANamedGroupNumberAssignment
(t *testing.T)
regexp_test.go:1214
FunctionTestECMANegateRange
(t *testing.T)
regexp_test.go:1351
FunctionTestECMAOctal
(t *testing.T)
regexp_test.go:1005
FunctionTestECMAScriptXCurlyBraceEscape
(t *testing.T)
regexp_test.go:1313
FunctionTestECMA_CharSetRange
(t *testing.T)
regexp_ecma_test.go:260
FunctionTestECMA_Test262CompileErrors
(t *testing.T)
regexp_ecma_test.go:236
FunctionTestECMA_Test262ExecScenarios
(t *testing.T)
regexp_ecma_test.go:34
FunctionTestEMCAScriptUnicodeSets
(t *testing.T)
regexp_ecma_test.go:381
FunctionTestEcmaScriptUnicodeRange
(t *testing.T)
regexp_test.go:1328
FunctionTestEmptyCaptureLargeRepeat
(t *testing.T)
regexp_test.go:1632
FunctionTestEmptyCaptureRepeatIsNotReduced
(t *testing.T)
regexp_optimization_test.go:94
FunctionTestEmptyCharClass
(t *testing.T)
regexp_test.go:942
FunctionTestErr_GroupName
(t *testing.T)
regexp_test.go:429
FunctionTestErr_UnterminatedCommentAfterLiteral
(t *testing.T)
regexp_test.go:468
FunctionTestEscapeLiteralDefaults
(t *testing.T)
regexp_re2_test.go:253
FunctionTestEscapeUnescape_Basic
(t *testing.T)
regexp_test.go:268
FunctionTestExtendedGraphemeClusterEscape
(t *testing.T)
regexp_syntax_extensions_test.go:94
FunctionTestExtendedGraphemeClusterRightToLeft
(t *testing.T)
regexp_syntax_extensions_test.go:121
FunctionTestFindAllIndexEmptyMatches
(t *testing.T)
regexp_test.go:728
FunctionTestFindAllRunesIndex
(t *testing.T)
regexp_test.go:716
FunctionTestFindAllStringIndex
(t *testing.T)
regexp_test.go:689
FunctionTestFindAllStringIndexRequiredLandmarkChainEmail
(t *testing.T)
regexp_test.go:740
FunctionTestFindLeadingStringsSkipsToFirstRune
(t *testing.T)
regexp_optimization_test.go:176
FunctionTestFindNextMatch_Basic
(t *testing.T)
regexp_test.go:617
FunctionTestFindNextMatch_ZeroWidthAfterScanAdvance
(t *testing.T)
regexp_test.go:664
FunctionTestFindOptimizationRepeatPrefixNullableFixedDoesNotUseLiteralAfterLoop
(t *testing.T)
regexp_optimization_test.go:290
FunctionTestFindOptimizationsCarriedToCode
(t *testing.T)
regexp_optimization_test.go:144
FunctionTestFindOptimizationsDoesNotMutateRegexTree
(t *testing.T)
syntax/prefixanalyzer_test.go:292
FunctionTestFindOptimizationsPreferPrefixesForHighFrequencyFirstSet
(t *testing.T)
syntax/prefixanalyzer_test.go:277
FunctionTestFindOptimizationsRequiredLandmarkChain
(t *testing.T)
syntax/prefixanalyzer_test.go:309
FunctionTestFindOptimizationsUsesLeadingPositiveLookahead
(t *testing.T)
syntax/prefixanalyzer_test.go:259
FunctionTestFindPrefixes
(t *testing.T)
syntax/prefixanalyzer_test.go:183
FunctionTestFindStringMatchStart
(t *testing.T)
stringprefixfilter_test.go:338
FunctionTestFindStringPrefixCandidateDisabledForRightToLeft
(t *testing.T)
stringprefixfilter_test.go:320
FunctionTestFindStringPrefixCandidateFallbacks
(t *testing.T)
stringprefixfilter_test.go:293
FunctionTestFirstcharsIgnoreCase
(t *testing.T)
regexp_test.go:568
FunctionTestFixedDistanceStringFindFirstChar
(t *testing.T)
regexp_optimization_test.go:235
FunctionTestFuzzBytes_Match
(t *testing.T)
regexp_test.go:1699
FunctionTestFuzzBytes_NoCompile
(t *testing.T)
regexp_test.go:1666
FunctionTestGoodReverseOrderMessage
(t *testing.T)
regexp_test.go:1779
FunctionTestGraphemeEscapeUsesDedicatedInstruction
(t *testing.T)
regexp_syntax_extensions_test.go:150
FunctionTestGroups_Basic
(t *testing.T)
regexp_test.go:288
FunctionTestHexadecimalCurlyBraces
(t *testing.T)
regexp_test.go:849
FunctionTestIdenticalTreePatterns
patterns that should produce the same trees
syntax/tree_test.go:8
FunctionTestIgnoreCase_Inline
(t *testing.T)
regexp_options_test.go:19
FunctionTestIgnoreCase_Revert
(t *testing.T)
regexp_options_test.go:33
FunctionTestIgnoreCase_Simple
(t *testing.T)
regexp_options_test.go:5
FunctionTestIncorrectDeadline
(t *testing.T)
fastclock_test.go:79
FunctionTestIncorrectTimeoutError
(t *testing.T)
fastclock_test.go:108
FunctionTestIndexOfIgnoreCaseAscii_Hit
(t *testing.T)
helpers/indexof_test.go:26
FunctionTestIndexOf_Hit0
(t *testing.T)
helpers/indexof_test.go:12
FunctionTestIndexOf_IgnoreCaseHit
(t *testing.T)
helpers/indexof_test.go:19
FunctionTestIndexOf_Miss
(t *testing.T)
helpers/indexof_test.go:5
FunctionTestIndexStringIgnoreCaseASCII
(t *testing.T)
helpers/indexof_test.go:33
FunctionTestIsInASCIIBitmap
(t *testing.T)
helpers/runes_test.go:13
FunctionTestIsInMask32_Basic
(t *testing.T)
helpers/runes_test.go:5
FunctionTestIssue34LazyEmptyLoopFindNextMatchTerminates
(t *testing.T)
regexp_test.go:1869
FunctionTestIssue37FuzzBytes_NoPanic
(t *testing.T)
regexp_test.go:1728
FunctionTestLargeEmptyRepeatDoesNotUseBacktrackingStack
(t *testing.T)
regexp_optimization_test.go:70
FunctionTestLeadingSetUsesOptimizedScanner
(t *testing.T)
regexp_optimization_test.go:154
FunctionTestLiteralQuoting
(t *testing.T)
regexp_syntax_extensions_test.go:51
FunctionTestMaintainCaptureOrder_Basic
(t *testing.T)
regexp_captureorder_test.go:5
FunctionTestMaintainCaptureOrder_DefaultIsDotNetOrder
(t *testing.T)
regexp_captureorder_test.go:42
FunctionTestMaintainCaptureOrder_DuplicateNamesShareSlot
(t *testing.T)
regexp_captureorder_test.go:70
FunctionTestMarshal
(t *testing.T)
regexp_test.go:1823
FunctionTestMinMaxLength
(t *testing.T)
syntax/prefixanalyzer_test.go:11
FunctionTestMinRequiredLengthShortCircuits
(t *testing.T)
regexp_optimization_test.go:249
FunctionTestMono_Basics
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to
regexp_mono_test.go:30
FunctionTestMultibyteUnicode_Match
(t *testing.T)
regexp_test.go:1422
FunctionTestMultibyteUnicode_MatchPartialPattern
(t *testing.T)
regexp_test.go:1413
FunctionTestNamedGroupNumberAssignmentNonECMAScript
(t *testing.T)
regexp_test.go:1253
FunctionTestNegateRange
(t *testing.T)
regexp_test.go:1342
← previousnext →801–900 of 1,027, ranked by callers