RegExp Help



Hi All.

I'm having trouble creating a particular regular expression.

I need the expression to begin with a new line character and then a
period, followed by all text until it hits the following sequence of
characters: capital letter, capital letter, capital letter, number,
number, number.

I've tried things like {(\n\.)[^[A-Z][A-Z][A-Z][0-9][0-9][0-9]]+} but
to no avail.

Much thanks in advace.

Evan

.



Relevant Pages

  • RegExp Help
    ... I'm having trouble creating a particular regular expression. ... I need the expression to begin with a new line character and then a ... capital letter, capital letter, capital letter, number, ...
    (comp.lang.tcl)
  • Re: RegExp Help
    ... > I'm having trouble creating a particular regular expression. ... > I need the expression to begin with a new line character and then a ... capital letter, capital letter, capital letter, number, ...
    (comp.lang.tcl)
  • Re: Extract domain names out of URLs
    ... Match the regular expression below and capture its match into backreference ... Between zero and one times, as many times as possible, giving back as needed ... A character in the range between ?A? ...
    (microsoft.public.excel)
  • Can anyone write this recursion for simple regexp more beautifully and clearly than the braggarts
    ... I know that lisp eval is written more clear than this recursion below ... The Practice of Programming ... The problem was that any existing regular expression package was far ... c Matches any literal character c. ...
    (comp.lang.c.moderated)
  • Re: RegEx: How to ignore the number of whitespaces?
    ... a "simpler" regular expression syntax is likely to bite you eventually, ... but that some of these character sequences may be "marked" as ... This is a regular expression "if" conditional statement, ... do not understand why the pattern "personal computer" will only match ...
    (microsoft.public.dotnet.framework)