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
TestCapture_ByteOffsetsRunesInput
(t *testing.T)
regexp_test.go:241
Function
TestCapture_ByteOffsetsStartingAt
(t *testing.T)
regexp_test.go:207
Function
TestCharSetSerializeRoundTrip
(t *testing.T)
syntax/charclass_test.go:8
Function
TestConcatAccidentalPatternCharge
(t *testing.T)
regexp_test.go:1758
Function
TestConcatLoopCaptureSet
(t *testing.T)
regexp_test.go:552
Function
TestConstantUneffected
(t *testing.T)
regexp_test.go:476
Function
TestControlBracketFail
* 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
Function
TestControlBracketGroups
(t *testing.T)
regexp_test.go:1599
Function
TestCorpusRE2BasicDat
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
Function
TestCorpusRustRegexToml
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
Function
TestDeadline
(t *testing.T)
fastclock_test.go:14
Function
TestDecimalLookahead
(t *testing.T)
regexp_test.go:975
Function
TestDefaultBacktrackingStackLimit
(t *testing.T)
regexp_optimization_test.go:34
Function
TestDisjointAtomicAlternationOptimization
(t *testing.T)
regexp_syntax_extensions_test.go:187
Function
TestDispatchUsesSingleInstructionForManyBranches
(t *testing.T)
regexp_syntax_extensions_test.go:229
Function
TestDollar
(t *testing.T)
regexp_test.go:1383
Function
TestDot
(t *testing.T)
regexp_test.go:957
Function
TestECMACharClassEscapeAfterDash
(t *testing.T)
regexp_test.go:1360
Function
TestECMADecimalLookahead
(t *testing.T)
regexp_test.go:985
Function
TestECMADollar
(t *testing.T)
regexp_test.go:1393
Function
TestECMADot
(t *testing.T)
regexp_test.go:966
Function
TestECMADuplicateGroupNames
(t *testing.T)
regexp_test.go:1200
Function
TestECMAEmptyCharClass
(t *testing.T)
regexp_test.go:948
Function
TestECMAGroupNameIdentifierChars
(t *testing.T)
regexp_test.go:1178
Function
TestECMAGroupNameUnicode
(t *testing.T)
regexp_test.go:1117
Function
TestECMAInvalidEscape
(t *testing.T)
regexp_test.go:1035
Function
TestECMAInvalidEscapeCharClass
(t *testing.T)
regexp_test.go:1292
Function
TestECMANamedGroup
(t *testing.T)
regexp_test.go:1051
Function
TestECMANamedGroupNumberAssignment
(t *testing.T)
regexp_test.go:1214
Function
TestECMANegateRange
(t *testing.T)
regexp_test.go:1351
Function
TestECMAOctal
(t *testing.T)
regexp_test.go:1005
Function
TestECMAScriptXCurlyBraceEscape
(t *testing.T)
regexp_test.go:1313
Function
TestECMA_CharSetRange
(t *testing.T)
regexp_ecma_test.go:260
Function
TestECMA_Test262CompileErrors
(t *testing.T)
regexp_ecma_test.go:236
Function
TestECMA_Test262ExecScenarios
(t *testing.T)
regexp_ecma_test.go:34
Function
TestEMCAScriptUnicodeSets
(t *testing.T)
regexp_ecma_test.go:381
Function
TestEcmaScriptUnicodeRange
(t *testing.T)
regexp_test.go:1328
Function
TestEmptyCaptureLargeRepeat
(t *testing.T)
regexp_test.go:1632
Function
TestEmptyCaptureRepeatIsNotReduced
(t *testing.T)
regexp_optimization_test.go:94
Function
TestEmptyCharClass
(t *testing.T)
regexp_test.go:942
Function
TestErr_GroupName
(t *testing.T)
regexp_test.go:429
Function
TestErr_UnterminatedCommentAfterLiteral
(t *testing.T)
regexp_test.go:468
Function
TestEscapeLiteralDefaults
(t *testing.T)
regexp_re2_test.go:253
Function
TestEscapeUnescape_Basic
(t *testing.T)
regexp_test.go:268
Function
TestExtendedGraphemeClusterEscape
(t *testing.T)
regexp_syntax_extensions_test.go:94
Function
TestExtendedGraphemeClusterRightToLeft
(t *testing.T)
regexp_syntax_extensions_test.go:121
Function
TestFindAllIndexEmptyMatches
(t *testing.T)
regexp_test.go:728
Function
TestFindAllRunesIndex
(t *testing.T)
regexp_test.go:716
Function
TestFindAllStringIndex
(t *testing.T)
regexp_test.go:689
Function
TestFindAllStringIndexRequiredLandmarkChainEmail
(t *testing.T)
regexp_test.go:740
Function
TestFindLeadingStringsSkipsToFirstRune
(t *testing.T)
regexp_optimization_test.go:176
Function
TestFindNextMatch_Basic
(t *testing.T)
regexp_test.go:617
Function
TestFindNextMatch_ZeroWidthAfterScanAdvance
(t *testing.T)
regexp_test.go:664
Function
TestFindOptimizationRepeatPrefixNullableFixedDoesNotUseLiteralAfterLoop
(t *testing.T)
regexp_optimization_test.go:290
Function
TestFindOptimizationsCarriedToCode
(t *testing.T)
regexp_optimization_test.go:144
Function
TestFindOptimizationsDoesNotMutateRegexTree
(t *testing.T)
syntax/prefixanalyzer_test.go:292
Function
TestFindOptimizationsPreferPrefixesForHighFrequencyFirstSet
(t *testing.T)
syntax/prefixanalyzer_test.go:277
Function
TestFindOptimizationsRequiredLandmarkChain
(t *testing.T)
syntax/prefixanalyzer_test.go:309
Function
TestFindOptimizationsUsesLeadingPositiveLookahead
(t *testing.T)
syntax/prefixanalyzer_test.go:259
Function
TestFindPrefixes
(t *testing.T)
syntax/prefixanalyzer_test.go:183
Function
TestFindStringMatchStart
(t *testing.T)
stringprefixfilter_test.go:338
Function
TestFindStringPrefixCandidateDisabledForRightToLeft
(t *testing.T)
stringprefixfilter_test.go:320
Function
TestFindStringPrefixCandidateFallbacks
(t *testing.T)
stringprefixfilter_test.go:293
Function
TestFirstcharsIgnoreCase
(t *testing.T)
regexp_test.go:568
Function
TestFixedDistanceStringFindFirstChar
(t *testing.T)
regexp_optimization_test.go:235
Function
TestFuzzBytes_Match
(t *testing.T)
regexp_test.go:1699
Function
TestFuzzBytes_NoCompile
(t *testing.T)
regexp_test.go:1666
Function
TestGoodReverseOrderMessage
(t *testing.T)
regexp_test.go:1779
Function
TestGraphemeEscapeUsesDedicatedInstruction
(t *testing.T)
regexp_syntax_extensions_test.go:150
Function
TestGroups_Basic
(t *testing.T)
regexp_test.go:288
Function
TestHexadecimalCurlyBraces
(t *testing.T)
regexp_test.go:849
Function
TestIdenticalTreePatterns
patterns that should produce the same trees
syntax/tree_test.go:8
Function
TestIgnoreCase_Inline
(t *testing.T)
regexp_options_test.go:19
Function
TestIgnoreCase_Revert
(t *testing.T)
regexp_options_test.go:33
Function
TestIgnoreCase_Simple
(t *testing.T)
regexp_options_test.go:5
Function
TestIncorrectDeadline
(t *testing.T)
fastclock_test.go:79
Function
TestIncorrectTimeoutError
(t *testing.T)
fastclock_test.go:108
Function
TestIndexOfIgnoreCaseAscii_Hit
(t *testing.T)
helpers/indexof_test.go:26
Function
TestIndexOf_Hit0
(t *testing.T)
helpers/indexof_test.go:12
Function
TestIndexOf_IgnoreCaseHit
(t *testing.T)
helpers/indexof_test.go:19
Function
TestIndexOf_Miss
(t *testing.T)
helpers/indexof_test.go:5
Function
TestIndexStringIgnoreCaseASCII
(t *testing.T)
helpers/indexof_test.go:33
Function
TestIsInASCIIBitmap
(t *testing.T)
helpers/runes_test.go:13
Function
TestIsInMask32_Basic
(t *testing.T)
helpers/runes_test.go:5
Function
TestIssue34LazyEmptyLoopFindNextMatchTerminates
(t *testing.T)
regexp_test.go:1869
Function
TestIssue37FuzzBytes_NoPanic
(t *testing.T)
regexp_test.go:1728
Function
TestLargeEmptyRepeatDoesNotUseBacktrackingStack
(t *testing.T)
regexp_optimization_test.go:70
Function
TestLeadingSetUsesOptimizedScanner
(t *testing.T)
regexp_optimization_test.go:154
Function
TestLiteralQuoting
(t *testing.T)
regexp_syntax_extensions_test.go:51
Function
TestMaintainCaptureOrder_Basic
(t *testing.T)
regexp_captureorder_test.go:5
Function
TestMaintainCaptureOrder_DefaultIsDotNetOrder
(t *testing.T)
regexp_captureorder_test.go:42
Function
TestMaintainCaptureOrder_DuplicateNamesShareSlot
(t *testing.T)
regexp_captureorder_test.go:70
Function
TestMarshal
(t *testing.T)
regexp_test.go:1823
Function
TestMinMaxLength
(t *testing.T)
syntax/prefixanalyzer_test.go:11
Function
TestMinRequiredLengthShortCircuits
(t *testing.T)
regexp_optimization_test.go:249
Function
TestMono_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
Function
TestMultibyteUnicode_Match
(t *testing.T)
regexp_test.go:1422
Function
TestMultibyteUnicode_MatchPartialPattern
(t *testing.T)
regexp_test.go:1413
Function
TestNamedGroupNumberAssignmentNonECMAScript
(t *testing.T)
regexp_test.go:1253
Function
TestNegateRange
(t *testing.T)
regexp_test.go:1342
← previous
next →
801–900 of 1,027, ranked by callers