Skip to content

Instantly share code, notes, and snippets.

@st98
Last active January 2, 2016 11:59
Show Gist options
  • Select an option

  • Save st98/8300180 to your computer and use it in GitHub Desktop.

Select an option

Save st98/8300180 to your computer and use it in GitHub Desktop.
var fujiwara = function (str) {
return str.split('').join('゛') + '゛';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment