Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for string_find_all_string (0.18 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/regex.go

    	"find": {
    		cel.MemberOverload("string_find_string", []*cel.Type{cel.StringType, cel.StringType}, cel.StringType,
    			cel.BinaryBinding(find))},
    	"findAll": {
    		cel.MemberOverload("string_find_all_string", []*cel.Type{cel.StringType, cel.StringType},
    			cel.ListType(cel.StringType),
    			cel.BinaryBinding(func(str, regex ref.Val) ref.Val {
    				return findAll(str, regex, types.Int(-1))
    			})),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top