Welcome Guest, Not a member yet? Register   Sign In
Help for alpha_numeric_punct
#2

(This post was last modified: 10-06-2021, 06:47 PM by paulbalandan.)

Try this:
PHP Code:
return preg_match('/\A[\pL\pN ~!#$%\&\*\-_+=|:.]+\z/ui'$str) === 1
Reply


Messages In This Thread
Help for alpha_numeric_punct - by Secux - 10-06-2021, 12:24 PM
RE: Help for alpha_numeric_punct - by paulbalandan - 10-06-2021, 06:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB