mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	fix the link
This commit is contained in:
		@ -368,7 +368,7 @@ This validator checks if the input value matches the specified regular expressio
 | 
			
		||||
]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
This validator checks if the input value is a number. It is equivalent to the [double](#double] validator.
 | 
			
		||||
This validator checks if the input value is a number. It is equivalent to the [double](#double) validator.
 | 
			
		||||
 | 
			
		||||
- `max`: the upper limit (inclusive) of the value. If not set, it means the validator does not check the upper limit.
 | 
			
		||||
- `min`: the lower limit (inclusive) of the value. If not set, it means the validator does not check the lower limit.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user