Skip to content
Divide um literal em um array de literais, separando a string em substrings
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
README.md
bower.json
gulpfile.js
package.json
script.txt
split.js

README.md

$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));
});
Something went wrong with that request. Please try again.