PHP 8.4.24 Released!

Voting

: eight minus six?
(Example: nine)

The Note You're Voting On

arash dot hemmat at gmail dot com
15 years ago
For those who search for a unicode regular expression example using preg_match here it is:

Check for Persian digits
preg_match( "/[^\x{06F0}-\x{06F9}\x]+/u" , '۱۲۳۴۵۶۷۸۹۰' );

<< Back to user notes page

To Top