Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dlclark/regexp2
/ functions
Functions
981 in github.com/dlclark/regexp2
⨍
Functions
981
◇
Types & classes
72
Function
TestEmptyCaptureLargeRepeat
(t *testing.T)
regexp_test.go:1607
Function
TestEmptyCaptureRepeatIsNotReduced
(t *testing.T)
regexp_optimization_test.go:94
Function
TestEmptyCharClass
(t *testing.T)
regexp_test.go:917
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
TestFindAllIndexEmptyMatches
(t *testing.T)
regexp_test.go:703
Function
TestFindAllRunesIndex
(t *testing.T)
regexp_test.go:691
Function
TestFindAllStringIndex
(t *testing.T)
regexp_test.go:664
Function
TestFindAllStringIndexRequiredLandmarkChainEmail
(t *testing.T)
regexp_test.go:715
Function
TestFindLeadingStringsSkipsToFirstRune
(t *testing.T)
regexp_optimization_test.go:176
Function
TestFindNextMatch_Basic
(t *testing.T)
regexp_test.go:617
Function
TestFindOptimizationRepeatPrefixNullableFixedDoesNotUseLiteralAfterLoop
(t *testing.T)
regexp_optimization_test.go:290
Function
TestFindOptimizationsCarriedToCode
(t *testing.T)
regexp_optimization_test.go:144
Function
TestFindOptimizationsPreferPrefixesForHighFrequencyFirstSet
(t *testing.T)
syntax/prefixanalyzer_test.go:277
Function
TestFindOptimizationsRequiredLandmarkChain
(t *testing.T)
syntax/prefixanalyzer_test.go:292
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:1674
Function
TestFuzzBytes_NoCompile
(t *testing.T)
regexp_test.go:1641
Function
TestGoodReverseOrderMessage
(t *testing.T)
regexp_test.go:1754
Function
TestGroups_Basic
(t *testing.T)
regexp_test.go:288
Function
TestHexadecimalCurlyBraces
(t *testing.T)
regexp_test.go:824
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:1844
Function
TestIssue37FuzzBytes_NoPanic
(t *testing.T)
regexp_test.go:1703
Function
TestLargeEmptyRepeatDoesNotUseBacktrackingStack
(t *testing.T)
regexp_optimization_test.go:70
Function
TestLeadingSetUsesOptimizedScanner
(t *testing.T)
regexp_optimization_test.go:154
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:1798
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:1397
Function
TestMultibyteUnicode_MatchPartialPattern
(t *testing.T)
regexp_test.go:1388
Function
TestNamedGroupNumberAssignmentNonECMAScript
(t *testing.T)
regexp_test.go:1228
Function
TestNegateRange
(t *testing.T)
regexp_test.go:1317
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:1776
Function
TestParseShortSlashP
(t *testing.T)
regexp_test.go:1765
Function
TestParseShortSlashPEnd
(t *testing.T)
regexp_test.go:1787
Function
TestParserFuzzCrashes
(t *testing.T)
regexp_test.go:1507
Function
TestParserFuzzHangs
(t *testing.T)
regexp_test.go:1518
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
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:349
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:1832
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
← previous
next →
801–900 of 981, ranked by callers