validation icon indicating copy to clipboard operation
validation copied to clipboard

Question strlen on "integer" values

Open sefirosweb opened this issue 4 years ago • 0 comments

Hi guys, i want to catch the max lengh characters but the field is mixed with integer numbers

I wan max character 50, but if is input an a integer more than 50 they retun error

'RefCliente'                            => 'required|max:50',

I dont see a function similar has strlen

sefirosweb avatar Mar 31 '21 15:03 sefirosweb