EdSharp - Another Regular Expression Question
- From: james.homme@xxxxxxxxxxxx
- To: programmingblind@xxxxxxxxxxxxx
- Date: Wed, 30 Jul 2008 09:42:34 -0400
Hi,
I'm using EdSharp. I'm reading a book. I want to create a sort of fake
highlighting kind of like a sighted person would use to mark up a book,
only mine would work like this. I see something in a book that I want to
come back to and possibly extract out of the book. I want to make an
opening tag and a closing tag around the text. The tag is going to be
something like <note> </note>. Then, I want to construct a regular
expression that would search for <note> followed by any text or no text
that is allowed to span multiple lines, followed by </note>. I want to
extract the text excluding the tag. How do I construct the regular
expression that does this?
Thanks.
Jim
James D Homme, Usability Engineering, Highmark Inc.,
james.homme@xxxxxxxxxxxx, 412-544-1810
"it is only possible to live happily ever after on a day-to-day basis." --
Margaret Bonnano
Highmark internal only: For usability and accessibility:
http://highwire.highmark.com/sites/iwov/hwt093/
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
- Follow-Ups:
- Re: EdSharp - Another Regular Expression Question
- From: tribble
Other related posts:
- » EdSharp - Another Regular Expression Question
- » Re: EdSharp - Another Regular Expression Question
- » Re: EdSharp - Another Regular Expression Question
- » Re: EdSharp - Another Regular Expression Question
- Re: EdSharp - Another Regular Expression Question
- From: tribble