membrane-php / membrane-core

Membrane is a general purpose input validation library, supports both PHP Attributes and OpenAPI specifications
Other
1 stars 2 forks source link

Fix String\Length Validator for multibyte chararacters #175

Closed charjr closed 5 months ago

charjr commented 5 months ago

Closes #171

Use mb_strlen instead of strlen to avoid multibyte characters being considered as more than 1.