wstring_tools 0.1.5

Tools to manipulate strings.
Documentation
1
2
3
4
5
6
7
8

if( typeof module !== 'undefined' )
require( 'wTools' );
let _ = wTools;

var src = [ 0, [ 0, 1 ], [ 4, 4, 4, 0, [ 0, 9 ] ] ]
var r = _.arrayFlattenOnce( null, [ 1, [ 1 ], 0 ] )
console.log( r )