Skip to content

Instantly share code, notes, and snippets.

@ginpei
Created June 25, 2014 01:47
Show Gist options
  • Select an option

  • Save ginpei/54fc8da4f18a10eaa2a7 to your computer and use it in GitHub Desktop.

Select an option

Save ginpei/54fc8da4f18a10eaa2a7 to your computer and use it in GitHub Desktop.
Big Brother is watching you
var rx = /^ビッグブラザー[はが]あなたを(見て|見守って)いる$/;
_.all([
'ビッグブラザーはあなたを見ている',
'ビッグブラザーがあなたを見ている',
'ビッグブラザーはあなたを見守っている',
'ビッグブラザーがあなたを見守っている',
], function(text, index) {
return rx.test(text);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment