|
-
November 28th, 1999, 12:53 PM
#1
how to search a string character by character
Hi everyone,
Need to be able to search a string and compare each character to a list of valid characters.
example:
string1="vb-programming"
string2="vb=programming"
valid characters are a-z, A-Z, 0-9, _, -, .
this would find all these characters valid in string1 to be valid and find "=" in string2 to be invalid thus making that string an invalid string
any help or direction would be appreciated
btw i have been trying to use instr functions to accomplish this and have only been able to search
for "1" character at a time 
thx harold
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|