18.226.181.89 |    

Navigation

Google Advertisement

All snippets of the tag string

Preview 10 Entries 31-33 of 33 Entries

ucwords
(Bash::Function)
Created by Marko Schulz at 2008-12-27 02:40:41
# ************************************************************** # ucwords -- Converts first letter of each word within a string # into an uppercase all other to lowercase. # # string ucwords( string string ) function ucwords() { local string...

strim
(Bash::Function)
Created by Marko Schulz at 2008-12-27 02:38:39
# ************************************************************** # strim -- cut a tring after X chars and append three points # # string strim( string string [, int length ] ) function strim () { local string="$1" local length=${2:-30} [ "$...

filename
(Bash::Function)
Created by Marko Schulz at 2008-12-27 02:36:34
# ************************************************************** # filename -- extract the filename from file path # # string filename( string string ) function filename() { local str="$*" str=$( echo $str | egrep -o '([^\\/]+)$' | cut -d? -f...

Preview 10 Entries 31-33 of 33 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 1 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)