Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8343601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:06:59+00:00 2026-06-09T06:06:59+00:00

My String Is : <span class=name>name1</span><br> <span class=name>name2</span> i want to remove : <span

  • 0

My String Is :

<span class="name">name1</span><br> <span class="name">name2</span>

i want to remove : "<span ...>" and "</span>" from my string,

i can use the simple replace function, but regex is better because the operators.

i tried:

Regex.Replace(elm.InnerHtml, "<(.|\n)+?>", String.Empty)

but:

<(.|\n)+?>

remove all html tags , and i need to remove span only.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T06:07:01+00:00Added an answer on June 9, 2026 at 6:07 am

    replace this regex <span.+?</span> with empty string

    Regex.Replace(elm.InnerHtml, @"<span.+?</span>", String.Empty)
    

    if you want save text between tags use this one </?span.*?>

    Regex.Replace(elm.InnerHtml, @"</?span.*?>", String.Empty)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to do something like this: [Display(Name = Plain text. <span class=\red strong\>Red
i need a regex to replace a string. <span class=\Translation\ lang=\ThisLanguage\> with this one:
I want to sub string and remove the , which appears within the span
If I have a string that contains this. Hi my name is <span class=name>Joe</span>.
const string postdescWithComments = @<span class=footerLeft>posted on <a href={0} title = Permanent link to
Given an HTML string like: <span class=findme id=31313131313>The Goods</span> What kind of REGEX in
I'm echoing a php string variable into html <span class=title_resource> <?php echo $titulo; ?>
So I have this: <span class=a> String <span class=b>Herp</span> </span> and I need to
How can I display HTML text in textview? For example, string &lt;h1&gt;Krupal testing &lt;span
My form validation works great, but the messages use the JSF component name and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.