Click here to Skip to main content
15,867,756 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
Questionpart of string before a match Pin
PozzaVecia29-Oct-12 10:21
PozzaVecia29-Oct-12 10:21 
AnswerRe: part of string before a match Pin
Richard Deeming29-Oct-12 10:37
mveRichard Deeming29-Oct-12 10:37 
GeneralRe: part of string before a match Pin
PozzaVecia29-Oct-12 11:08
PozzaVecia29-Oct-12 11:08 
AnswerRe: part of string before a match Pin
Matt T Heffron29-Oct-12 11:22
professionalMatt T Heffron29-Oct-12 11:22 
QuestionRegex getting special caracter Pin
PozzaVecia28-Oct-12 4:46
PozzaVecia28-Oct-12 4:46 
AnswerRe: Regex getting special caracter Pin
Richard Deeming29-Oct-12 2:24
mveRichard Deeming29-Oct-12 2:24 
GeneralRe: Regex getting special caracter Pin
PozzaVecia29-Oct-12 9:47
PozzaVecia29-Oct-12 9:47 
QuestionExtract tag within pre tag Pin
DATHeike2-Oct-12 0:00
DATHeike2-Oct-12 0:00 
Hi,
I'm going nuts. I've got heaps of html-pages, that have to be adjusted, since there are "a href" tags within "pre" "/pre" code, that have to be removed. Some code like this:

XML
<pre class="brush:xml;toolbar:false;gutter:true;">&lt;constructiongroups xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;<br>
 xsd:noNamespaceSchemaLocation=&quot;svgdescription.xsd&quot;&gt;<br>
    &lt;constructiongroup&gt;<br>
        &lt;fza&gt;5&lt;/fza&gt;<br>
        &lt;<a title="HST" href="1802.htm#o2441">hst</a>&gt;10&lt;/hst&gt;<br>
        &lt;<a title="HT" href="1802.htm#o2442">ht</a>&gt;30&lt;/ht&gt;<br>



In the meantime I found espresso to work with, but it doesn't satisfy my needs. I found the following regex:

(?:<pre .*\b>)*(?:<a[^>].*href="[0-9]+\.htm\#o[0-9]+"[^>]*>)(?:</a>)(?:</pre)


But it's not the end of the flagpole, but I don't know how to complete it. At the moment the regex is working partialy, but not as a whole.
Can someone help me, PLEASE?
Cheerio,
Heike

modified 2-Oct-12 6:52am.

AnswerRe: Extract tag within pre tag Pin
Pete O'Hanlon2-Oct-12 0:16
subeditorPete O'Hanlon2-Oct-12 0:16 
GeneralRe: Extract tag within pre tag Pin
DATHeike2-Oct-12 0:53
DATHeike2-Oct-12 0:53 
AnswerRe: Extract tag within pre tag Pin
BobJanova2-Oct-12 1:19
BobJanova2-Oct-12 1:19 
GeneralRe: Extract tag within pre tag Pin
DATHeike2-Oct-12 1:23
DATHeike2-Oct-12 1:23 
GeneralRe: Extract tag within pre tag Pin
Pete O'Hanlon2-Oct-12 1:32
subeditorPete O'Hanlon2-Oct-12 1:32 
Questionhow to make username regex for windows forms Pin
sariqkhan30-Sep-12 21:20
sariqkhan30-Sep-12 21:20 
AnswerRe: how to make username regex for windows forms Pin
Kenneth Haugland30-Sep-12 22:32
mvaKenneth Haugland30-Sep-12 22:32 
GeneralRe: how to make username regex for windows forms Pin
sariqkhan30-Sep-12 23:11
sariqkhan30-Sep-12 23:11 
GeneralRe: how to make username regex for windows forms Pin
Richard MacCutchan30-Sep-12 23:44
mveRichard MacCutchan30-Sep-12 23:44 
AnswerRe: how to make username regex for windows forms Pin
Manfred Rudolf Bihy2-Oct-12 2:11
professionalManfred Rudolf Bihy2-Oct-12 2:11 
GeneralRe: how to make username regex for windows forms Pin
sariqkhan2-Oct-12 7:22
sariqkhan2-Oct-12 7:22 
GeneralRe: how to make username regex for windows forms Pin
Manfred Rudolf Bihy3-Oct-12 23:10
professionalManfred Rudolf Bihy3-Oct-12 23:10 
GeneralRe: how to make username regex for windows forms Pin
sariqkhan3-Oct-12 23:27
sariqkhan3-Oct-12 23:27 
GeneralRe: how to make username regex for windows forms Pin
Manfred Rudolf Bihy4-Oct-12 0:44
professionalManfred Rudolf Bihy4-Oct-12 0:44 
GeneralRe: how to make username regex for windows forms Pin
sariqkhan4-Oct-12 0:55
sariqkhan4-Oct-12 0:55 
GeneralRe: how to make username regex for windows forms Pin
Manfred Rudolf Bihy4-Oct-12 1:01
professionalManfred Rudolf Bihy4-Oct-12 1:01 
GeneralRe: how to make username regex for windows forms Pin
Peter_in_27804-Oct-12 2:51
professionalPeter_in_27804-Oct-12 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.