Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
VisualBasic Script
String Functions 30 codes
Home
VisualBasic Script
String Functions
1 Asc() Returns the character code representing the first character in a string
2 Finding a string length
3 Get the length of a String
4 LCase() returns characters lowercase
5 Left() - A portion of a string beginning from the left side
6 Left() Returns a substring from the left side of a string
7 Mid() Returns a substring from inside a string
8 Mid() returns Any portion of a string
9 Move the sign from the right-hand side thus changing a text string into a value
10 Replace replaces one string with another
11 Returns true if the first argument is like the second
12 Right() Returns a substring from the right side of a string
13 Space() Returns a string built from a specified number of spaces
14 Str() Converts a number to a string
15 StrComp() Returns the result of comparing two strings
16 StrConv
17 StrRev reverses the order of text in a string
18 Trim() Removes leading and trailing spaces from a string
19 UCase() returns characters uppercase
20 Use Like to compare strings
21 Use MsgBox(), InStr(), Left(), Right() and Len() to read the first name and last name
22 Use Str() function to help document your code when concatenating strings
23 Using Len(string) to Check the Length of a String
24 Using the StrComp Function to Compare Apples to Apples
25 VbFromUnicode
26 VbLowerCase
27 VbProperCase
28 VbUnicode
29 VbUpperCase
30 Wild Cards Used to Build Patterns with Like