This code will take a delimited string and pass back a sub array of elements.
This code will take a string (1;2;3;4;) and seperate each item, and place them in a list box (1,2,3
This counts how many certain characters are in a string.
'This Function Allows you to put to Lower Case any unwanted words you want within a string (doesn't
This function can be used to swap any two characters within a string. It returns the original strin
This function is very usefull for Hangmand type games, where you replace a blank character (like an
This Function makes sure you do not have any unseen characters that may exist in a string or text.
This function makes sure you have only one space in between words, instead of multiple spaces in a
This function properly capitalizes last names, even hyphenated ones.
This function recieves three strings: strSearch - string to search in, strOld - string to look for,
This function replaces every instance of a certain within a string to any character you wish. (For
This function returns the date and time with only one line of code!
This function returns the numeric value string within another string.
This function shifts a substring within a string. It takes as input the string, the starting positi
This function takes a string of items sSource separated by sItem string. It returns the number of i
This function will allow you to determine if a value is with in the range of another. Example is 12
This function will extract the initials of someone's name. It is good to use for a primary key, in
This function will take a comma-delimited input string of any length and return an array of parsed
This function will take a string with a dollar sign anywhere and remove it. I use this function to
This get the registered owner of a machine and is about 60 times faster than the last code I put up
This is a filipino game, its task is to count every same letters of two strings, then use the sum t
This is a function I created to tell me the exact date that a holiday falls on. This is for those h
This is a REAL STRING PARSER. split string with more than one split character
This is a simple backwards writer that doesn't require that UCase and LCase nonsense. You can have
This is a simple routine to print a long text string splitting it in short text lines starting in
THIS IS AN EMAIL ID VALIDATION PROGRAM.IT VALIDATES THE EMAIL ID ENTERED BY THE USER AND CHECKS THA
This is an evolution of Lee Turners code. This will allow you to call this form and pass in any str
This is an example of a string manipulation program. This simple program demonstrates how to calcul
This is an example of REAL encryption. Not that ASCII addition/subtraction junk.
This is an update to my earlier ShiftString function. I had one digit wrong by one, thus sometimes
This is really easy.. I download code all the time and I think it's time to return the favor.. This
This is simple code to see if a word, phrase, ect. is whithin a string.
This is the line wrap and highlight code from my search engine. see the matching flowcharts at:
This is the simplest way to Replace a word with another word in a line.
This is would convert numbers whitout any overflowing problems (Dec,Bin,Hex,Oct)
This little source code checks if a String is a valid hexadecimal value
This mod will count all occurances of a string inside a string.
This piece of code makes sure that the first letter of each word is a capital - useful in validatio
This piece of code will filter words out of a string or a whole line of words
This procedure will decompose a string into chunks of a chosen lenght. You can also chose where to
THIS PROGRAM DETERMINES THE TYPE OF CREDIT CARD ie: MASTER,VISA,AMERICAN,DISCOVER,etc ON THE BASIS
THIS PROGRAM FINDS OUT THE CREDIT CARD TYPE THAT IS MASTER/VISA/AMEX ETC ON THE BASIS OF THE CREDIT
This simple code removes leading, trailing and inner extra spaces from a string, e.g. the string
This small function will remove inner and outer spaces source string. works very fast.
This small function will strip out the unreadable characters and return readable characters in a st
This snippet explaines the use of SendMessageA API of user32 library, to get number of lines in a t
this SplitMod Function allows you to specify a second delimiter that will overlook the first delimi
This sub sections out a substring from within the given string, starting at the given point, and en
'this tracks differences between two similar strings 'for example I AM LIVING IN ATHENS.GREETINGS
This will catch a non-capitalized word after punctuation and a space (new sentence) and auto-capita
This would convert any hexadecimal number to binary without any error
Time algorithm. Accepts user input for a time and then not only checks to see if they enter the tim
Time Computation
To AutoGenerate Code From AA001-ZZ001
To concatenate ( Double quotes / ' ' )to a string. Single line code