Tips, when you want to find Japanese characters in your file, you can grep via grep -P '\p{Hiragana}' grep -P '\p{Katakana}' For more info: https://www.regular-expressions.info/unicode.html
-
-
I did not know that! Kewl. Worked for Katakana as well :) const re = /^\p{Script_Extensions=Katakana}+$/u; re.test('コンニチハ'); // => true
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.