svenito


Member since 12/11/2008

6 snippets

1522 profile views

1 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

svenito's Recent Snippets



« Prev 1 Next »
will split the string "I am" search words into [0] => I am [1] => searching [2] => words
1 825 posted 15 years ago by svenito
Shortens all strings in an array to a maximum length. Inserts '...' in between the first and last 6 letters
0 1066 posted 15 years ago by svenito
Given a start path will return an array of all subdirectories excluding files
0 1037 posted 15 years ago by svenito
Remove $value from $array
0 649 posted 15 years ago by svenito
Ensures all elements in an array are unique newArray = myArray.unique();
0 630 posted 15 years ago by svenito
This extends arrays withe a removeItems operation to remove all occurances of <item> from <array> usage: myArray.removeItems("words");
0 650 posted 15 years ago by svenito
« Prev 1 Next »