MCPcopy 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
7func main() {
8 fmt.Print(isMatch("absabs", "abs*"))
9}
10
11// abab bas
12// ab* b.*

Callers

nothing calls this directly

Calls 2

isMatchFunction · 0.85
PrintMethod · 0.80

Tested by

no test coverage detected