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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:48:17+00:00 2026-05-24T02:48:17+00:00

What is the necessary regular expression to match the € special character from the

  • 0

What is the necessary regular expression to match the € special character from the following html string?

€20.000.000,00

Ultimately, I want to strip the € symbol from the number. Currently, my code looks like this:

num = $("#number").html();
num.replace('€','');

$("number").html(num)

but of course I need to replace '€' with the correct regex.

  • 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-24T02:48:18+00:00Added an answer on May 24, 2026 at 2:48 am

    It appears that by the time you are manipulating the text with jQuery, the HTML abbreviation € has been replaced by its actual unicode value — the true single character €. A regular expression which refers to the unicode character value should do the trick for you.

    var x = $('#number').html();
    x = x.replace(/\u20ac/, '');
    $('#number').html(x); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a regular expression to match ruby's list and hash
Is it really necessary to release COM components from Office PIA, when you don't
I've been struggling with doing some relatively straightforward regular expression matching in Java 1.4.2.
I ran Perl::Critic on one of my scripts, and got this message: Regular expression
I'd like to test if a regex will match part of a string at
I'm looking for a regular expression library in .Net that supports lazy evaluation. Note:
I have a string which looks like: some token,another token,yet another token,Necessary Token,KNOWN TOKEN,next
I'm looking for a good open source C/C++ regular expression library that has full
Is it necessary or advantageous to write custom connection pooling code when developing applications
Are CDATA tags ever necessary in script tags and if so when? In other

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.