This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
public$maxMessage='This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.';
public$minMessage='This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.';
public$exactMessage='This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.';
public$charsetMessage='This value does not match the expected {{ charset }} charset.';