*Hi,*

Not sure about your context and your need.
Are you looking for this?

*[LM][LM][LM][0-9][0-9]*

or this?
*LLL[0-9][0-9]|**MMM[0-9][0-9]*

that matches
*LLL[0-9][0-9]* or *MMM[0-9][0-9]*

Hope that helps.

*Greetings,
Rafael*

On Fri, Jul 30, 2010 at 6:02 PM, Base <basselh...@gmail.com> wrote:

> Hi All -
>
> I am sure that this is an easy one, but I am stuck.
>
> I have a document that should have triplets of a letter (M or L)
> flllowed by 2 numbers.  But the file has a ton of errors and often I
> find a number that would be
>
> M123.5554
>  or 1234.435M
>
> i.e. - the letter gets appended to the end of the number.
>
> This seems like a great place to use regex....how would one craft a
> pattern for this?
>
> Thanks
>
> Base
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en




-- 
Cheers,
Rafael Peixoto de Azevedo
http://www.symprise.net
@RPAzevedo

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to