Click here to Skip to main content
15,887,746 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
AnswerRe: html tag finder Pin
AspDotNetDev26-Sep-10 9:28
protectorAspDotNetDev26-Sep-10 9:28 
AnswerRe: html tag finder Pin
Hiren solanki17-Dec-10 0:40
Hiren solanki17-Dec-10 0:40 
QuestionDifferences between matches with same RegEx [modified] Pin
RichardGrimmer6-Aug-10 0:00
RichardGrimmer6-Aug-10 0:00 
AnswerRe: Differences between matches with same RegEx PinPopular
Peter_in_27806-Aug-10 2:22
professionalPeter_in_27806-Aug-10 2:22 
GeneralRe: Differences between matches with same RegEx - RESOLVED Pin
RichardGrimmer8-Aug-10 22:53
RichardGrimmer8-Aug-10 22:53 
QuestionEven Expresso couldn't help me with this RegEx - Can You? Pin
Sonhospa30-Jul-10 7:19
Sonhospa30-Jul-10 7:19 
AnswerRe: Even Expresso couldn't help me with this RegEx - Can You? Pin
Luc Pattyn30-Jul-10 7:57
sitebuilderLuc Pattyn30-Jul-10 7:57 
NewsPartially resolved: Even Expresso couldn't help me with this RegEx - Can You? Pin
Sonhospa31-Jul-10 1:06
Sonhospa31-Jul-10 1:06 
Happy day Big Grin | :-D ! I could resolve a part of my regex task in Expresso.

For the record and other users: Obviously ".*" for "any character / any number of repetitions" is not good enough to capture a CRLF! Trying to capture it with \r wasn't the right thing either, it took "\r\n" to match the group together with the first line! Here's the current status of the regex:
\[(?<Grp>.*)\]\r\n(?<Keyword>\w+)\s*=\s*(?<Value>.*)\r


The ultimate question would now be:
Of course the first key-value-pair after the group header isn't enough.
How can I include its repetitions into my match now? Confused | :confused:


@ Luc: Thanks for the hint. I guess it was more a matter with my own attention monster Wink | ;) that I had here...


@ Admin: Pls excuse me double-posting with the VB forum. This new forum obviously isn't too known yet, so that I had more forwarding answers there before being told to shift my post here...
GeneralRe: Partially resolved: Even Expresso couldn't help me with this RegEx - Can You? Pin
Luc Pattyn31-Jul-10 2:24
sitebuilderLuc Pattyn31-Jul-10 2:24 
AnswerRe: Even Expresso couldn't help me with this RegEx - Can You? Pin
PIEBALDconsult12-Aug-10 18:07
mvePIEBALDconsult12-Aug-10 18:07 
AnswerRe: Even Expresso couldn't help me with this RegEx - Can You? Pin
Luc Pattyn12-Aug-10 18:20
sitebuilderLuc Pattyn12-Aug-10 18:20 
GeneralRe: Even Expresso couldn't help me with this RegEx - Can You? Pin
PIEBALDconsult12-Aug-10 18:23
mvePIEBALDconsult12-Aug-10 18:23 
GeneralRe: Even Expresso couldn't help me with this RegEx - Can You? Pin
AspDotNetDev23-Aug-10 12:37
protectorAspDotNetDev23-Aug-10 12:37 
GeneralRe: Even Expresso couldn't help me with this RegEx - Can You? Pin
AspDotNetDev23-Aug-10 12:44
protectorAspDotNetDev23-Aug-10 12:44 
QuestionAs black as night. Pin
LunaticFringe26-Jul-10 16:50
LunaticFringe26-Jul-10 16:50 
AnswerRe: As black as night. Pin
PIEBALDconsult26-Jul-10 17:59
mvePIEBALDconsult26-Jul-10 17:59 
GeneralRe: As black as night. Pin
LunaticFringe26-Jul-10 18:24
LunaticFringe26-Jul-10 18:24 
GeneralRe: As black as night. Pin
Roger Wright6-Oct-10 16:00
professionalRoger Wright6-Oct-10 16:00 
GeneralRe: As black as night. Pin
Luc Pattyn6-Oct-10 16:20
sitebuilderLuc Pattyn6-Oct-10 16:20 
GeneralRe: As black as night. Pin
Roger Wright6-Oct-10 19:29
professionalRoger Wright6-Oct-10 19:29 
Questionanother one Pin
Luc Pattyn26-Jul-10 11:38
sitebuilderLuc Pattyn26-Jul-10 11:38 
AnswerRe: another one Pin
PIEBALDconsult26-Jul-10 15:01
mvePIEBALDconsult26-Jul-10 15:01 
GeneralRe: another one Pin
Luc Pattyn26-Jul-10 15:23
sitebuilderLuc Pattyn26-Jul-10 15:23 
GeneralRe: another one Pin
PIEBALDconsult26-Jul-10 15:30
mvePIEBALDconsult26-Jul-10 15:30 
Generalwrong forum. Pin
Luc Pattyn26-Jul-10 16:01
sitebuilderLuc Pattyn26-Jul-10 16:01 

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.