Regular Expression newbie question about upper & lower case
- From: Peter Vanderhaden <bostonantifan@xxxxxxxxx>
- Date: Mon, 1 Oct 2007 01:48:33 +0900
I want to check for both upper & lower case answers when a user keys in
a response to a question, but I haven't been able to find an example of
the syntax. What I'm looking for is something like this:
If $ans = [Yy]*
I know this syntax isn't correct, but what I want it to do is accept Y,
y, yes, YeS, yippee, etc. Would someone mind posting an example?
Thanks....
--
Posted via http://www.ruby-forum.com/.
.
- Follow-Ups:
- Re: Regular Expression newbie question about upper & lower case
- From: Sebastian Hungerecker
- Re: Regular Expression newbie question about upper & lower case
- From: SpringFlowers AutumnMoon
- Re: Regular Expression newbie question about upper & lower case
- Prev by Date: Re: A mechanism for specifying static type signatures (NOT STATIC TYPING)
- Next by Date: Re: Regular Expression newbie question about upper & lower case
- Previous by thread: Re: A mechanism for specifying static type signatures (NOT STATIC TYPING)
- Next by thread: Re: Regular Expression newbie question about upper & lower case
- Index(es):
Relevant Pages
|