Skip to content
View DBanfieldKeller's full-sized avatar

Highlights

  • Pro

Block or report DBanfieldKeller

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. login-service login-service Public

    Serverless Login Service

    JavaScript

  2. weather-portal weather-portal Public

    Weather lookup portal

    JavaScript

  3. Matching Japanese Text Using Regular... Matching Japanese Text Using Regular Expressions
    1
    # How to Match Japanese Characters Using Regex (Javascript)
    2
    
                  
    3
    Regular expression, or regex it is also commonly known, is a useful tool for identifying patterns in strings. In Japanese, they are known as 正規表現 or seikihyōgen. These patterns can then be used for validation of inputs or for searching for specific strings. It's fairly easy to apply this to English, but what if you wanted to identify strings of Japanese characters? Until the advent of ES2015 one would have to know the appropriate unicode values for the characters in question. Now, however, one can simply add a `/u` flag to the end of the expression to allow the use of Japanese characters as they are.
    4
    
                  
    5
    In modern Japanese there are 4 character sets in common use, hiragana (a syllabary used primarily for native words), katakana (a syllabary used for foreign words affectation, and many other things), kanji (ideograms originally borrowed from Chinese that represent ideas, of which there are thousands), and rōmaji (the roman alphabet that English and many other western languages use)*.
  4. portfolio-redux portfolio-redux Public

    JavaScript

  5. social-network-api social-network-api Public

    JavaScript