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

This code demonstrates how to search a string for ...Version: VB5
Author: Jeremy E. ReedSubmitted: 1/30/2001Downloads: 8282
This code demonstrates how to search a string for another string, and how to split up a string into an array like C++'s arrays. Good code for manipulating strings like you would in C++. Great for searching directories for specified string, text, or word s ...more>>

Make sure TextBox contains a number and determine ...Version: VB3
Author: ImianSubmitted: 1/21/2001Downloads: 5772
Make sure TextBox contains a number and determine if the number is an integer.

A simple parse function which returns in an array ...Version: VB5
Author: Gilles ManouvrierSubmitted: 1/12/2001Views: 11325
A simple parse function which returns in an array all words between two delimiters.

Automatically fix user entered strings so as far a...Version: VB6
Author: Joe_GnallSubmitted: 12/28/2000Views: 9210
Automatically fix user entered strings so as far as case is concerned. Very helpful if you have a case sensitive database, and a user performs a search for john doe, but yet the database has a John Doe, hence the search will come up saying string not fou ...more>>

This is a string cleaner....Version: VB3
Author: Gilles ManouvrierSubmitted: 12/21/2000Views: 9881
This is a string cleaner.

ElitePad is complete Text Editor. It has all stand...Version: VB5
Author: Andrea BatinaSubmitted: 12/3/2000Downloads: 12602
ElitePad is complete Text Editor. It has all standard and advanced functions needed by Text Editor. It has more functions than Windows WordPad.Functions that ElitePad now have: 1. It is fully commented so that beginners can learn 2. Opening and saving f ...more>>

Encrypt/Decrypt messages. Great program for keepi...Version: VB6
Author: Alex RohrSubmitted: 10/28/2000Downloads: 6147
Encrypt/Decrypt messages. Great program for keeping personal messages personal. Check it out.

Perl has a nifty kind of variable called an associ...Version: VB6
Author: EldrenSubmitted: 10/21/2000Downloads: 5663
Perl has a nifty kind of variable called an associative array. These arrays, sometimes called "hashes", are arrays that are indexed not on ordered integers, but on arbitrary string values. Typically, elements of an associative array are referred to as "ke ...more>>

Citadel v1.0 - Yet another En/Decryption proggy. M...Version: VB6
Author: Peter RaddatzSubmitted: 10/9/2000Downloads: 6329
Citadel v1.0 - Yet another En/Decryption proggy. Much like my Sentinel program, except faster. This one'll do about 1 Meg/sec on my 300. Encrypt any type of file, compress, single & multiple files. As always, very secure!

FindWords: Finds words starting with, containing,...Version: VB5
Author: Robert RaymentSubmitted: 9/15/2000Downloads: 6565
FindWords: Finds words starting with, containing, ending with, ><= length. Can use any combination of these conditions. Two selectable dictionaries with words including plurals or proper names. Both derived from UKACD's word list see UKACD.txt.

<< Previous  Page 14 of  15  Next >>

Go to page: 14  15