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 7705799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:57:08+00:00 2026-05-31T23:57:08+00:00

I feel silly asking this because I’m betting the answer is staring right at

  • 0

I feel silly asking this because I’m betting the answer is staring right at me but here goes.

I’m taking a string from the CSS style textDecoration and trying to remove the underline portion of the string (and any whitespace around it). It returns true when I run test() but when I do the replace method the string is unaltered. Help?

My code:

    textDecoration = function(str) {
            var n_str = str + '|/\s' + str + '|/\s' + str + '/\s|' + str + '/\s';  
            var nre = new RegExp(n_str, "g");
            debug_log('Found or not: ' + nre.test(txt));
            txt.replace(nre, '');
            debug_log('Result: ' + txt);
            debug_log('-----------------------');
    }

    var txt = "underline";
    debug_log('-----------------------');
    debug_log('Starting String: ' + txt);
    textDecoration("underline");
    txt = "underline overline line-through";
    debug_log('-----------------------');
    debug_log('Starting String: ' + txt);
    textDecoration("underline");
    txt = "overline underline line-through";
    debug_log('-----------------------');
    debug_log('Starting String: ' + txt);
    textDecoration("underline");
    txt = "overline line-through underline";
    debug_log('-----------------------');
    debug_log('Starting String: ' + txt);
    textDecoration("underline");

Output:

The output

  • 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-05-31T23:57:09+00:00Added an answer on May 31, 2026 at 11:57 pm

    replace() returns a new string with the replaces and don’t change the actual string. You should do something like:

    var newString = txt.replace(nre, '');
    debug_log('Result: ' + newString);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I feel silly asking this because I should know it but I'm in a
I feel silly for even asking this because it seems so trivial but my
I feel quite silly asking this, but I couldn't find a definite answer anywhere.
Feel a bit silly asking this on here but I'm at a loose end
Yes you read that right. I feel a little silly asking this but haven't
I feel a bit silly for asking such a simple question but here goes...
I feel really silly asking this, but it is completely blowing my mind why
I feel a little bit silly asking this, but I haven't been able to
I feel silly for asking, but how do I get plan value in this
I feel very very very silly posting this, but I can't find the answer.

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.