Welcome Guest, Not a member yet? Register   Sign In
Callback alpha with characters
#1

[eluser]someone Smile[/eluser]
Hello,

I'm looking for callback function which accept characters (čćžšđ). If I use default CI's set_rules function I got error message, so I would like to create some callback function with preg_match.

This is piece of default code for alpha function in CI:
Code:
... return ( ! preg_match("/^([a-z])+$/i", $str)) ...

What I must add to get characters čćžšđ?

Thanks! :-)




Theme © iAndrew 2016 - Forum software by © MyBB