|
|
1-20 of 63 Visual Basic String Manipulations sites are shown.
|
|
ElitePad is complete word processing application. It has all standard and advanced functions needed by any Text Editor. It has more functions than Windows WordPad
|
|
|
|
|
|
|
Finds the most appropriate font size to display a piece of Text in a PictureBox. Allows user to determine the Alignment of the text (Left, Right, Centre or Full justification). Options to include a drop shadow, and the direction of the shadow are also included. Includes demo project with example
|
|
|
|
|
|
|
This is a small program that displays the ASCII value of each key as you press it. Comes in very handy when writing a program where you need the ASCII value.
|
|
|
|
|
|
|
In addition to providing a handy ASCII to character code conversion chart, this demo shows how to print/view a report page using picture boxes, setting up headers, columns and rows.
|
|
|
|
|
|
|
This module contains functions for building randomly generated strings. You can control the length of the string as well as whether or not only printable characters are used. Also contains algorithms for seeding the random number generator which are better than the standard Randomize Timer
|
|
|
|
|
|
|
A module for validating credit cards. The string may have spaces or dashes. Also includes a function for determining the credit card type (Visa, MasterCard, Discover, American Express).
|
|
|
|
|
|
|
FrezCrypto is an ActiveX DLL that wraps the Microsoft CryptoAPI and allows the user to encrypt or decrypt strings based on the RC2 Block Algorithm or RC4 Stream Algorithm.
|
|
|
|
|
|
|
A function to allow you to delete unwanted characters from the right or left of a string
|
|
|
|
|
|
|
For faster response time, put the one-liner in code, rather than calling a function.
|
|
|
|
|
|
|
This module includes a replacement for the split and join functions in VB6. They allow you to use multiple delimiters and include escape characters, so you can specify when to include the delimiter as part of the the array that is created via split or joined into a string
|
|
|
|
|
|
|
This is a function which will extract text within a string given a start and end tag.
|
|
|
|
|
|
|
Convert an Integer Number to Text in French
|
|
|
|
|
|
|
When assigning string values from a recordset that can be null, append a zero-length string to them. This makes them no longer null, and doesn't modify correctly populated strings
|
|
|
|
|
|
|
This function is useful for avoiding the invalid use of null error when reading values for a database resultset.
|
|
|
|
|
|
|
The function NumToString writes out any number, up to about 920 trillion, the limit of the Currency variable type, in English words. It only writes out the integer portion of the number. The DollarToString function does the same, but places the word dollars after the string and also writes out the fractional part of the value as the cents
|
|
|
|
|
|
|
Count the Number of Occurrences of a Character Sequence in a String
|
|
|
|
|
|
|
This routine was written when I was handling a series of comma delimited files (of varying sizes). I used the vb line input statement to read a line from the file into memory, and needed to be able to determine how many fields (separate data items were in it).
|
|
|
|
|
|
|
Simple procedure to flip the case of a string (i.e., FlipCase("Hello") returns "hELLO".
|
|
|
|
|
|
|
This code is useful when you don't want to or can't use a masked edit control. To use it: pass it a string of numbers in any particular format and it will return the format of "(###) ###-####". If you pase it a number it can not figure out, it will simply return what you passed it.
|
|
|
|
|
|
|
This little program creates all the possible combinations from a set of characters in a given length.
|
|
|
|
|
|
|