Re: Test for multiples a character in a paragraph- Tex-Edit or OSAX
Re: Test for multiples a character in a paragraph- Tex-Edit or OSAX
- Subject: Re: Test for multiples a character in a paragraph- Tex-Edit or OSAX
- From: "Christopher C. Stone" <email@hidden>
- Date: Sat, 27 Jan 2001 15:41:14 -0600
Agh! Screwed up by the server once again...
---------------------------------------------------------------------------
set t to " Now is the time for all good men...
Now is the time for all good men...
Now is the time for all good men..."
set t to REReplace t with "\\2*" pattern "^\\t|(^([^\\t]+)\\t)"
set t to REReplace t with "{verttab}" pattern "\\t"
set t to REReplace t with "\\t" pattern "*"
---------------------------------------------------------------------------
OK, the asterisk is used to represent the bullet character to accommodate the server.
NOTE that the asterisk has special meaning in GREP and MUST be replaced with something else. I generally use some high ASCII character unlikely to ever be seen in a document.
Best Regards,
Christopher Stone
______________________________
StoneWorks Computer Consulting
email@hidden