Click here to Skip to main content
16,012,082 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: implement membership in asp.net Pin
sashidhar23-Oct-09 18:28
sashidhar23-Oct-09 18:28 
GeneralRe: implement membership in asp.net Pin
Christian Graus23-Oct-09 18:40
protectorChristian Graus23-Oct-09 18:40 
GeneralRe: implement membership in asp.net Pin
sashidhar23-Oct-09 18:43
sashidhar23-Oct-09 18:43 
AnswerRe: implement membership in asp.net Pin
AlexeiXX323-Oct-09 19:12
AlexeiXX323-Oct-09 19:12 
AnswerRe: implement membership in asp.net Pin
Jagz W24-Oct-09 5:56
professionalJagz W24-Oct-09 5:56 
GeneralRe: implement membership in asp.net Pin
OriginalGriff24-Oct-09 23:00
mveOriginalGriff24-Oct-09 23:00 
QuestionRobots meta tag Pin
AlexeiXX323-Oct-09 13:49
AlexeiXX323-Oct-09 13:49 
AnswerRegular expressions [modified] Pin
JimBob SquarePants23-Oct-09 8:51
JimBob SquarePants23-Oct-09 8:51 
Hi all,

Couldn't find a regular expression forum so I thought I'd try here as this is for a website.

I'm trying to create a regular expression that I can use to parse through some html generated by a wysiwyg html editor.

Specifically, I am trying to pick up on paths for images so that I can redirect them to a generic handler to use caching etc.

The term I am searching for is like this:
src="/Images/(any expression)"


This value could be anywhere in the text eg:

"This is an example text <img alt="" src="/Images/books_icon.jpg" /> wrapping the value I am searching for."


The best I could come up with was
"^.*?src="/Images/.+?".*?$"
but that's picking up too much.

I realise that I need to read up on regular expressions so I've been going through various sites and looking up cheat sheets but I'm hoping someone here can shed some light in the interim.

Thanks in advance!


Got it! "
src="/Images/.+?".*?"
Now for a celebratory beer!

JimBob SquarePants
*******************************************************************
"He took everything personally, including our royalties!"
David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager
*******************************************************************

modified on Friday, October 23, 2009 3:58 PM

QuestionUpdate using gridview Pin
Andrew Woodward23-Oct-09 8:49
Andrew Woodward23-Oct-09 8:49 
QuestionIE Cache problem flash [modified] Pin
Abbas_here23-Oct-09 5:57
Abbas_here23-Oct-09 5:57 
QuestionError when deploy website using webdeployment project in vs2008 Pin
Imran Khan Pathan23-Oct-09 3:44
Imran Khan Pathan23-Oct-09 3:44 
AnswerRe: Error when deploy website using webdeployment project in vs2008 Pin
Vimalsoft(Pty) Ltd23-Oct-09 4:22
professionalVimalsoft(Pty) Ltd23-Oct-09 4:22 
Questionprinting a page Pin
vijaylumar23-Oct-09 3:07
vijaylumar23-Oct-09 3:07 
AnswerRe: printing a page Pin
Vimalsoft(Pty) Ltd23-Oct-09 3:33
professionalVimalsoft(Pty) Ltd23-Oct-09 3:33 
GeneralRe: printing a page Pin
vijaylumar23-Oct-09 4:03
vijaylumar23-Oct-09 4:03 
GeneralRe: printing a page Pin
Vimalsoft(Pty) Ltd23-Oct-09 4:09
professionalVimalsoft(Pty) Ltd23-Oct-09 4:09 
AnswerRe: printing a page Pin
Abhishek Sur23-Oct-09 4:15
professionalAbhishek Sur23-Oct-09 4:15 
QuestionNewbie Help Pin
kruegersck23-Oct-09 3:05
kruegersck23-Oct-09 3:05 
AnswerRe: Newbie Help Pin
Vimalsoft(Pty) Ltd23-Oct-09 3:17
professionalVimalsoft(Pty) Ltd23-Oct-09 3:17 
GeneralRe: Newbie Help Pin
kruegersck23-Oct-09 3:24
kruegersck23-Oct-09 3:24 
GeneralRe: Newbie Help Pin
Vimalsoft(Pty) Ltd23-Oct-09 3:30
professionalVimalsoft(Pty) Ltd23-Oct-09 3:30 
QuestionMulti level marketing mlm asp.net Tree structure logic Pin
kirankkk200923-Oct-09 2:30
kirankkk200923-Oct-09 2:30 
AnswerRe: Multi level marketing mlm asp.net Tree structure logic PinPopular
Not Active23-Oct-09 2:36
mentorNot Active23-Oct-09 2:36 
AnswerRe: Multi level marketing mlm asp.net Tree structure logic Pin
Ashfield23-Oct-09 4:05
Ashfield23-Oct-09 4:05 
GeneralRe: Multi level marketing mlm asp.net Tree structure logic Pin
kirankkk20094-Nov-09 18:45
kirankkk20094-Nov-09 18:45 

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.