For the given code, choose the correct option of the match method.
package main
import (
"fmt"
"regexp"
)
func main() {
re := regexp.MustCompile(`01_.*\.json`)
fmt.Println(?)
}For the given code, choose the correct option of the match method.
package main
import (
"fmt"
"regexp"
)
func main() {
re := regexp.MustCompile(`01_.*\.json`)
fmt.Println(?)
}Create a free account to access the full topic