
dimaash
New User
Mar 5, 2008, 1:30 PM
Post #1 of 2
(7360 views)
|
how to match complete string vs regex
|
Can't Post
|
|
Hi all, i need little help with the following: Say i expect my string of text to be of a certain format: like for example: In other words the 1st word can only contain uppercase letters, the 2nd word can contain uppercase and digits and the 3rd word can contain uppercase and smallcase letters. Now what i have achieved is the matching against individual components of the string in question. But what i need is to match the whole thing, in other words if i have something like that as input: it should not match because the 1st word has small case letters, even though there is a match in the other 2 words. Thanks in advance
|