Match string

Report a typo

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(?)
}
Select one option from the list
___

Create a free account to access the full topic