Skip to content

Instantly share code, notes, and snippets.

@siikamiika
Created August 15, 2017 18:57
Show Gist options
  • Save siikamiika/51a56ccc63358ff287e7fe967e5ecf37 to your computer and use it in GitHub Desktop.
Save siikamiika/51a56ccc63358ff287e7fe967e5ecf37 to your computer and use it in GitHub Desktop.
ruby
document.body.innerHTML = document.body.innerHTML.replace(/([-'a-z\u4e00-\u9eff]+)《(.*?)》/g, '<ruby>$1<rt>$2</rt></ruby>')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment