VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



String Manipulation Page 14 of 17


Tells the ASCII Value of the Alphabet/number/Etc New
Test Passwords New
Testing for empty strings New
Text Formatting API
Text Progress Bar
Text Search
Text Table Generator
Text to MOrse
Text To Morse And Morse To Text Converter New
Text To Picture Encryption
Textbox as memo field, textboxes, memo, capitalization and more to come... New
The code takes the string and reverses it from the beginig to the end! Very usefull for webmasters New
The complete validation for your project including date New
The easiest way to reverse any text inside a textbox (1 line of code) New
The fastest way to remove every instance of a string from another string, in 3 lines of code. New
The fastest way to replace every instance of a string with another string New
The function getstrnum(num,width) will convert an integer into a string number of specified lengt New
The lamerizer or lameriser or Thë £âmë®ízë®
The long way to get the licensed user of a machine. Works though. New
The RichTextBox Control
These functions will extract an email address and url from given text. New
These two functions are usefull for reading .ini files. GetBefore returns everything in the string New
This 4 lines of code will replace a single quote with any char. New
This class gives functionality to create, remove and amend pseudo-variables 'on the fly'. A very us New
This code adds a charicter to the end of a line before going to the next New
This code allows you to click on a checkbox style list and add all the checked items to another lis New
This code breaks the string & manipulate it inversely. For example Typing the string in text Field1 New
This code can be used in Excel This will create a transcription from the Chinese language To the Du New
This code checks to ensure that a cell in excel in column W is a valid UK National Insurance Number New
This code coneverts a number into its word value. Example: 123,000 is converted to One Hundred Twen New
This code converts centigrades to fahrenheit New
This Code converts Numbers into words (upto 99 Crores) for ex: 1234 - One Thousand Two Hundred Thir New
This code converts the text message to PDU(BCH fromat). New
This code creates an array and then finds the max and min values of the array New
This Code Generates Random Characters New
This code generates random whole numbers between 1 and 10 to change the range just change the 10 to New
This code gets the file name from a given path. New
This code gets the file name from a given path. (1 line of code) New
this code implements the REPLACE function in VB5 or lower, which comes in VB6. It is the exact impl New
This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful New
This code lets you get only the path from a common dialog control. Can be very useful. New
This code makes a random password out of the letters of the alphabet New
This code snipet makes a formated string for report generation or log files. You input string value New
This code takes a regular string of text and converts it into a basic HTML string to view in a brow New
This code takes a semicolon (;) delimited text file and transposes the rows and columns into an Exc New
This code turns any variable into Sentence Case New
this code used to search in arabic text, by appling SOUNDEX technique for arabic searching and for New
This code uses two forms of encryption, and a simple form of compression to thoroughly encrypt any New
This code validates email address. Use the ValidateEmail() function. New
This code will alphabetize any string inserted. For best results, remove any spaces. This code assu New
This code will break a string into parts based on a specific delimiter. Includes four functions. Th New
This code will change the properties of any object in the form. The example will show you how to cl New
This code will convert text in a textbox from lowercase to Uppercase and Uppercase to lowercase. New
This code will easily break a multiline text box into a string array. It works much easier than all New
This code will remove all blank spaces from a string. How are you becomes Howareyou. New