Re: Searching a string and extract all occurancies of a substring
- From: Fredrik Lundh <fredrik@xxxxxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 18:40:47 +0200
Nico Grubert wrote:
in a text with no carriage returns I need to look for all occurancies of this string:
<source id="box"><parameter key="path">...</parameter></source>
The ... can contain different values. I need to extract the string between <source id="box"><parameter key="path"> and </parameter></source>.
is this XML, or just something that looks a little like XML ?
</F>
.
- Prev by Date: Re: Basic import Questions (with bonus profiling question)
- Next by Date: Subclassing Tkinter Buttons
- Previous by thread: Re: Searching a string and extract all occurancies of a substring
- Next by thread: HTTPS Login
- Index(es):