Determines whether the given string contains Japanese numerals.
public static hasJapaneseNumerals ( string $str ) : boolean | ||
$str | string | The string to inspect. |
Résultat | boolean | TRUE if it contains Japanese numerals, otherwise FALSE. |