Convert string with bracket notation to dot property notation for Node.js and the browser.
npm install brackets2dots.jsConvert string with bracket notation to dot property notation for [Node.js][] and the browser.
brackets2dots('group[0].section.a.seat[3]')
//=> 'group.0.section.a.seat.3'
$ component install wilmoore/brackets2dots.js
$ bower install brackets2dots.js

$ volo add wilmoore/brackets2dots.js
[manual][]
1. download
% curl -#O https://raw.github.com/wilmoore/brackets2dots.js/master/brackets2dots.js
2. use
- [selectn][]
MIT
[selectn]: https://github.com/wilmoore/selectn
[global]: https://raw.github.com/wilmoore/brackets2dots.js/master/brackets2dots.min.js
[Node.js]: http://nodejs.org
[manual]: http://yuiblog.com/blog/2006/06/01/global-domination/