PHP 8.3.22 Released!

Voting

: max(zero, six)?
(Example: nine)

The Note You're Voting On

mohammad40g at gmail dot com
13 years ago
This sample is for checking persian character:

<?php
preg_match
("/[\x{0600}-\x{06FF}\x]{1,32}/u", 'محمد');
?>

<< Back to user notes page

To Top