Skip to content
FileIdea

FileIdea

FileIdea.com Programming Notes and Advice

  • Home
  • Posts
  • About FileIdea

Tag Archives: Regex

Regex for Japanese Sentences

What I’ve come up for splitting Japanese into sentences are the following; There is also the other variant I stumbled across See the link of where I found this source of above code here. https://regex101.com/r/VoE2Po/1

Posted byMoses JohanssonJuly 14, 2020July 28, 2020Posted inJavaScript, RegexTags: Japanese, RegexLeave a comment on Regex for Japanese Sentences

Regex for Japanese Keywords

Recently I came over a great Regex expression for sorting out Japanese keywords. I have never seen this on StackOverflow and it is really something I’ve been searching for. I must say I was really surprised finding this, because I didn’t think it existed! Regex Expression below Same code as above but without the br […]

Posted byMoses JohanssonJuly 13, 2020July 28, 2020Posted inJavaScript, RegexTags: Japanese, RegexLeave a comment on Regex for Japanese Keywords
FileIdea, Proudly powered by WordPress.