ASP String Function List

ASP Functions

Need to parse a string into its component parts using ASP Classic? Maybe you need to extract part of a string or rearrange it.

Here are some ASP string functions to help make that possible.

Asc ASP Function

Returns the ascii code of a given character.



cStr ASP Function

Converts an integer or other numeric value into a string.



InStr ASP Function

Located the first occurrence of a character or characters within a string.



LCase ASP Function

Makes an entire string lower case.



Left ASP Function

Gets the leftmost X characters from a string



Len ASP Function

Tells you the number of characters in a string.



Mid ASP Function

Extracts a group of characters from the center of a string.



Replace ASP Function

Replaces a character or characters within a string with a new character or characters.



Right ASP Function

Gets the rightmost X characters from a string



Split ASP Function

Break a string up into bits based on spaces, periods, or other characters.



Trim ASP Function

Removes any spaces from the beginning or end of a string.



UCase ASP Function

Makes an entire string upper case.


Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.