Skip to content

Instantly share code, notes, and snippets.

@martinbean
Created June 1, 2016 14:37
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 martinbean/0b351eb4c3267e46969b4218f39ec734 to your computer and use it in GitHub Desktop.
Save martinbean/0b351eb4c3267e46969b4218f39ec734 to your computer and use it in GitHub Desktop.
Converts dotted notation (`some.dotted.string`) to HTML format (i.e. `some[dotted][string]`).
key.replace(/\.(\w+)/g, '[$1]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment