hi

some clarification:

> > >   Which one of the following regular expressions matches lines beginning
> > >   with an integer followed by a period and a space?
> > >   Choice 1  ^[0-9]*\.[ ]
> > >   Choice 2  ^\d\.\s
> > >   Choice 3  ^\d+\.[ ]
> > >   Choice 4  ^\n.\s
> > >   Choice 5  ^[0-9]\.\s

> On 11/14/05, Jerrad Pierce <[EMAIL PROTECTED]> wrote:
> > 3. Correct

( 05.11.14 08:15 -0800 ) Ben Tilly:
> 3 will match: "000. foo"

so 000 is not an integer? i don't see there being any thing about the
ending of the line the instructions.

-- 
\js     oblique strategy: think of the radio
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to