Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem While Sending SMS Pin
RaviRanjanKr15-Dec-10 3:20
professionalRaviRanjanKr15-Dec-10 3:20 
Questionhtml cleanup Pin
Dhyanga14-Dec-10 7:41
Dhyanga14-Dec-10 7:41 
AnswerRe: html cleanup Pin
Not Active14-Dec-10 9:02
mentorNot Active14-Dec-10 9:02 
GeneralRe: html cleanup Pin
Dhyanga14-Dec-10 9:10
Dhyanga14-Dec-10 9:10 
GeneralRe: html cleanup Pin
Not Active14-Dec-10 9:20
mentorNot Active14-Dec-10 9:20 
GeneralRe: html cleanup (edited) Pin
NeverHeardOfMe14-Dec-10 9:13
NeverHeardOfMe14-Dec-10 9:13 
GeneralRe: html cleanup (edited) Pin
Not Active14-Dec-10 9:18
mentorNot Active14-Dec-10 9:18 
AnswerRe: html cleanup [modified] Pin
Hiren solanki14-Dec-10 20:02
Hiren solanki14-Dec-10 20:02 
I found this Regex to detect HTML Tags.

\<\/?\w+\>
  • Literal <
  • Literal /,zero or one repetations
  • Alphanumeric, one or more repetitions
  • Literal >
  • Which Matches to almost HTML tags, Just replace matched string with Empty of "" String. and you will get plain text as a OUTPUT I think.

    [Add]
    See my recent TIP[^] on CP for that.
    [/Add]
    Regards,
    Hiren.
    Microsoft Dynamics CRM


    modified on Wednesday, December 15, 2010 8:52 AM

    GeneralRe: html cleanup [modified] Pin
    Dhyanga15-Dec-10 3:06
    Dhyanga15-Dec-10 3:06 
    QuestionAsp.net gauge control Pin
    venu65614-Dec-10 1:56
    venu65614-Dec-10 1:56 
    QuestionLoading CKEditor drop-down plugin from database? Pin
    Gregory Gadow13-Dec-10 7:39
    Gregory Gadow13-Dec-10 7:39 
    AnswerSolution Pin
    Gregory Gadow16-Dec-10 9:42
    Gregory Gadow16-Dec-10 9:42 
    QuestionOk Cancel button using javascript [modified] Pin
    padmanabhan N12-Dec-10 23:19
    padmanabhan N12-Dec-10 23:19 
    AnswerRe: Ok Cancel button using javascript Pin
    Sandeep Mewara12-Dec-10 23:28
    mveSandeep Mewara12-Dec-10 23:28 
    AnswerRe: Ok Cancel button using javascript Pin
    NeverHeardOfMe12-Dec-10 23:29
    NeverHeardOfMe12-Dec-10 23:29 
    GeneralRe: Ok Cancel button using javascript Pin
    padmanabhan N12-Dec-10 23:51
    padmanabhan N12-Dec-10 23:51 
    GeneralRe: Ok Cancel button using javascript Pin
    NeverHeardOfMe13-Dec-10 0:12
    NeverHeardOfMe13-Dec-10 0:12 
    Questionhow can i use search aroo [modified] Pin
    Raha_136212-Dec-10 19:42
    Raha_136212-Dec-10 19:42 
    AnswerRe: how can i use search aroo Pin
    Hiren solanki12-Dec-10 21:27
    Hiren solanki12-Dec-10 21:27 
    AnswerRe: how can i use search aroo Pin
    Sandeep Mewara12-Dec-10 23:31
    mveSandeep Mewara12-Dec-10 23:31 
    GeneralRe: how can i use search aroo Pin
    Hiren solanki13-Dec-10 0:30
    Hiren solanki13-Dec-10 0:30 
    Questionimages in Custom Server Control Pin
    FJJCENTU10-Dec-10 23:12
    FJJCENTU10-Dec-10 23:12 
    AnswerRe: images in Custom Server Control Pin
    NeverHeardOfMe10-Dec-10 23:16
    NeverHeardOfMe10-Dec-10 23:16 
    QuestionJavaScript Function and Problem with Backspace Button Pin
    AndyASPVB10-Dec-10 22:38
    AndyASPVB10-Dec-10 22:38 
    AnswerRe: JavaScript Function and Problem with Backspace Button Pin
    NeverHeardOfMe10-Dec-10 23:02
    NeverHeardOfMe10-Dec-10 23:02 

    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.