Skip to content

Instantly share code, notes, and snippets.

@ympbyc
Created September 29, 2011 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ympbyc/1250468 to your computer and use it in GitHub Desktop.
Save ympbyc/1250468 to your computer and use it in GitHub Desktop.
なんかムラムラして作りました。 "ゆるゆり"の部分を任意の4文字で置き換えてください
(function (fc){
var c = fc.replace(/(.)(.)(.)(.)/, "$3っ$4っ$1っら・ら・ら・ら・$1$2$3$4、");
return c+c+c+"だ・い・じ・け・ん♪";
})("ゆるゆり")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment