check full width hiragana

    0

    2

    jvitfullwidthjapanese
    JVIT PHP

    echo isFullWidthHiragana('γ‚γ„γ†γˆγŠ');

    => true

    Shortcut: ja.fullWidthHiragana

    /**
    * check fullwidth hiragana
    *
    * @return bool
    */
    function isFullWidthHiragana($word)
    {
      return preg_match('/^[ぁ-γ‚“]+$/', $word);
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.