$split
Divide um literal em um array de literais, separando a string em substrings a funcao curry
this.Ninja(['$split'], function ($split) {
console.log($split('hello cleber.programmer and bia :D', ' ', 2));
});| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
README.md | ||
|
|
bower.json | ||
|
|
gulpfile.js | ||
|
|
package.json | ||
|
|
script.txt | ||
|
|
split.js | ||
Divide um literal em um array de literais, separando a string em substrings a funcao curry
this.Ninja(['$split'], function ($split) {
console.log($split('hello cleber.programmer and bia :D', ' ', 2));
});