Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for string_find_all_string_int (0.41 sec)

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

    			cel.ListType(cel.StringType),
    			cel.BinaryBinding(func(str, regex ref.Val) ref.Val {
    				return findAll(str, regex, types.Int(-1))
    			})),
    		cel.MemberOverload("string_find_all_string_int",
    			[]*cel.Type{cel.StringType, cel.StringType, cel.IntType},
    			cel.ListType(cel.StringType),
    			cel.FunctionBinding(findAll)),
    	},
    }
    
    func (*regex) CompileOptions() []cel.EnvOption {
    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