Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> String Manipulation code

Using String LengthsVersion: VB 2008
Author: jjdickowSubmitted: 8/19/2010Views: 9870
Useful for finding parts of strings and counting characters.

String Concatenation in VBVersion: VB 2008
Author: jjdickowSubmitted: 8/19/2010Views: 12203
String concatenation

Find Largest Number from any text valueVersion: VB6
Author: Yuvraj PardeshiSubmitted: 9/15/2009Views: 11669
This code will clean up any dirty value like this (#$%^skfslf2a5fs7a8j22hf) and return the max number.

Convert money value to amount in wordsVersion: VB 2008
Author: StanleySubmitted: 9/5/2009Downloads: 7171
This function converts the value of an amount in (figure) to words. It was built based on the Nigerian currency. Please edit and Upgrade to the U.S. Dollars if the value of the text is beyond N999,999,999,999,999.00

Extender functions for working with strings Version: VB 2008
Author: ChronosSubmitted: 9/2/2009Downloads: 3862
Add this class to your project and reference it with an 'Imports' statement to add additional functions to work with strings. The class includes .ToProper .LeftOf, .RightOf .InBetween .IsInteger, .EncryptTripleDES and .DecryptTripleDES

A word wrap function for VB.NETVersion: VB 2008
Author: Duane RoelandsSubmitted: 8/6/2009Views: 24563
I recently went looking for a good word wrap function that could handle words that were more than one line long, or even longer than multiple lines. I found none, so I wrote this. It's solid and the code is documented, easy to read and easy to implemen ...more>>

Auto generation of passwordVersion: VB.NET 2003
Author: vijay prakashSubmitted: 1/21/2009Views: 18179
It automatically generates passwords for the given user name based on the characters given in the name. It overcomes the disadvantages of random generation of password. It is independnt of the user name length.

Format a CamelCase string to a CamelCase sentenceVersion: VB6
Author: Sachin Telang Submitted: 10/17/2008Views: 13209
Format a CamelCase string to a CamelCase sentence. The program makes use of non-recursive logic. The code can be handy to extract words from a CamelCased string. It will also detects ALL CAPS pattern in the string and extracts it as a single word for ex ...more>>

Converting English Characters To ArabicVersion: VB 2005
Author: Gabriel AzwatSubmitted: 3/7/2008Downloads: 7586
I have so much problem in typing arabic Characters. This application makes arabic typing so simple so just type in english and the character will be automaticlly changed to arabic Enjoy!!!

Parsing Sentences and Building Text StatisticsVersion: VB 2005
Author: Scott LysleSubmitted: 2/19/2008Downloads: 4942
This article describes three approaches to parsing the sentences from a body of text. It also describes an approach to generating sentence count, word count, and character count statistics.

<< Previous  Page 3 of  15  Next >>

Go to page: 3  4  5  6  7  8  ...