[Lift] Re: regular expression

2009-11-02 Thread Jack Widman
Thanks Derek. Will do.

On Mon, Nov 2, 2009 at 3:45 PM, Derek Chen-Becker wrote:

> From the Scaladoc for scala.util.matching.Regex:
>
> You can use special pattern syntax construct (?idmsux-idmsux) to switch
> various regex compilation options like CASE_INSENSITIVE or UNICODE_CASE.
> See java.util.regex.Pattern javadoc for details.
>
> Probably better to ask Scala questions on the Scala list(s).
>
>
> On Mon, Nov 2, 2009 at 10:28 AM, jack  wrote:
>
>>
>> I am using the findAllIn function for regular expressions. How do I
>> make it ignore case? I know its simple but I can't find it.
>>
>>
>
> >
>


-- 
Jack Widman

co-founder / cto,  Authoritude, Inc.

203-641-9355

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: regular expression

2009-11-02 Thread Derek Chen-Becker
>From the Scaladoc for scala.util.matching.Regex:

You can use special pattern syntax construct (?idmsux-idmsux) to switch
various regex compilation options like CASE_INSENSITIVE or UNICODE_CASE. See
java.util.regex.Pattern javadoc for details.

Probably better to ask Scala questions on the Scala list(s).

On Mon, Nov 2, 2009 at 10:28 AM, jack  wrote:

>
> I am using the findAllIn function for regular expressions. How do I
> make it ignore case? I know its simple but I can't find it.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---