blob: f0d61feda9606c0d5622b73a824ccddaa31ceef3 [file] [log] [blame]
import "strings"
MyType: {
myString: strings.MinRunes(1) & strings.MaxRunes(5)
myPattern: =~"foo.*bar"
myAntiPattern: !~"foo.*bar"
}