Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ main
Function
main
tasks/10.go:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
main() {
8
fmt.Print(isMatch(
"absabs"
,
"abs*"
))
9
}
10
11
// abab bas
12
// ab* b.*
Callers
nothing calls this directly
Calls
2
isMatch
Function · 0.85
Print
Method · 0.80
Tested by
no test coverage detected