Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateStringRegexp (0.39 sec)

  1. pkg/config/validation/validation.go

    	default:
    		return nil
    	}
    	re := sm.GetRegex()
    	if re == "" {
    		return fmt.Errorf("%q: regex string match should not be empty", where)
    	}
    	return validateStringRegexp(re, where)
    }
    
    func validateStringRegexp(re string, where string) error {
    	// Envoy enforces a re2.max_program_size.error_level re2 program size is not the same as length,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top