We use cookies to improve your experience, for authentication and to ensure that we show you advertising that is relevant to you. If you continue without changing your settings, we'll assume that you are happy to receive all cookies on Ideone website. However, if you wish, you can change cookie settings of your browser at any time.
Embed source code on your page
source code clone
download
copy to clipboard
report bug / make suggestion
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
function isCanonical( $str )
{
return preg_match ( '/^(?:\p{Hebrew}+|\w+)$/iu' , $str ) ;
}
echo isCanonical( 'hello' ) ;
echo isCanonical( 'hello1234' ) ;
echo isCanonical( 'שלום' ) ;
echo isCanonical( 'שלום123' ) ;
?>
PD9waHAKCmZ1bmN0aW9uIGlzQ2Fub25pY2FsKCRzdHIpCnsKICAgIHJldHVybiBwcmVnX21hdGNoKCcvXig/Olxwe0hlYnJld30rfFx3KykkL2l1JywgJHN0cik7Cn0KCmVjaG8gaXNDYW5vbmljYWwoJ2hlbGxvJyk7CmVjaG8gaXNDYW5vbmljYWwoJ2hlbGxvMTIzNCcpOwplY2hvIGlzQ2Fub25pY2FsKCfXqdec15XXnScpOwplY2hvIGlzQ2Fub25pY2FsKCfXqdec15XXnTEyMycpOwoKPz4=
clone
download
copy to clipboard
input / output show all
hide all
upload with new input
result:
Success
time: 0.03s
memory: 13064 kB
returned value: 0
result:
Success
time: 0.02s
memory: 13112 kB
returned value: 0
result:
Success
time: 0.02s
memory: 13112 kB
returned value: 0
result:
Success
time: 0.01s
memory: 13112 kB
returned value: 0
result:
Success
time: 0.01s
memory: 13112 kB
returned value: 0
result:
Success
time: 0s
memory: 13112 kB
returned value: 0
input: no
Choose your language:
Help us translate Ideone - click here