Re: RegExp Help



wxforecaster wrote:
> 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 am new to rexular expressions too but think this should do it:

{[\n][\.](.)*[A-Z][A-Z][A-Z][0-9][0-9][0-9]}

.



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)
  • 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: DejaVu fonts - Not 108% - Feedback.
    ... Small letter o, *probably* capital letter 0, non-English slashed capital ... like each other in any character. ... If there's one true problem I've seen with that is fonts that give ... almost no distinction between them. ...
    (Fedora)
  • Re: Why is Fortran not case-sensitive?
    ... Remembering back not so very long ago, still while 7-bit character sets ... But since the zero often looked ... You could add capital letter 'I' to that set too, ...
    (comp.lang.fortran)
  • Re: Password Complexity
    ... Steve wrote: ... > The password MUST include at least one Capital letter, ... and a character (such as a dollar ... advice - you are the one ultimately responsible for your actions. ...
    (microsoft.public.security)