VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

String Manipulation Page 15 of 17


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