Recently Popular Tutorials for October 6th, 2008
Oct 6
How to extract numbers from a string (text)
This is a short function that extracts numbers from a string
Oct 6
Make an alphabetical selection from elements of an array
Here’s a snippet that extracts elements from an array starting with a specific letter (alphabetical search).
Oct 6
Equivalent of trim() function for arrays
This function strips the null element values from the beginning and ending of an array.
Oct 6
Randomize text letters while keeping the words readable
This is a function that converts a normal text into a scrambled one, but still readable.