sci.lang
[Top] [All Lists]

Re: getting out of LaTeX

Subject: Re: getting out of LaTeX
From: "Brian M. Scott"
Date: Thu, 31 Aug 2006 12:37:25 -0400
Newsgroups: sci.lang
On 31 Aug 2006 09:27:05 -0700, "Peter T. Daniels"
<grammatim@xxxxxxxxxxx> wrote in
<news:1157041625.494469.160010@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
in sci.lang:

> Paul J Kriha wrote:

[...]

>> Does FrameMaker have a similar wildcard moniker?

> Yep!

> You can search for:

> any number of characters      *
> spaces or punctuation           |
> any one character                 ?
> beginning of a line                ^
> end of a line                          $
> any one of                           [ab]
> any except                          [^ab]
> any from-to                         [a-f]

> Though I don't see why you'd want to search ^ or $.

<chuckle>  I'm reminded of an earlier topic: all of these
except the 2nd and 3rd are standard regular expressions.

Brian

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy