This ASP tutorial provides soltutions to examine a string to verify if it is made of only with alphabets. In-built program iterate through each charater and compares it with A-Z and simply outputs the result whether the given string is alpha or not through which you will obtain the functions and methods with syntax. Very useful to let the users to input unique names without special characters in ASP forms.
Similar scripts
Master your strings
(Popularity: ) : It is a web based online ASP article through which you will get familiar with basic string functions in ASP. ... String Handling - Trimming Strings
(Popularity: ) : Beginners in ASP can go through this ASP learning module to get solutions to parse a required data with particular ... Length of a String
(Popularity: ) : The benefits of Len() string function is demonstrated with examples in this online ASP tutorial that provides the steps to ... The Len() Function
(Popularity: ) : This little ASP article will be useful for the novice programmers in ASP to know about the basic functions in ... URLEncode Function
(Popularity: ) : This ASP tutorial instructs you to encode the URL of forms and ASP pages used to transfer the content from ... Converting URLs into Hyperlinks
(Popularity: ) : This ASP tutorial comes with an online demo and sample program that helps you to quickly understand the ASP functions ... Single page web sites
(Popularity: ) : An ASP tutorial that educates you about the usage of querystring functions in building a website which has only one ... How to Use Dictionary Object
(Popularity: ) : A web based ASP online learning source that describes on how to track the information inputted in a particluar form ... Manipulation of String
(Popularity: ) : One of the string manipulation ASP article that clearly demonstrates on several functions in strings. You will come to know ... Ensuring numeric values in text boxes
(Popularity: ) : It is easy to understand online ASP article that describes how to check the text characters that are inputted in ...