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 want to parse strings similar to the following into separate variables using regular
I am trying to create a regular expression with a character class that has
I am trying to write a regular expression to match ruby's list and hash
Given a file of text, where the character I want to match are delimited
Consider the following regular expression pattern = (0[1-9]|1[012])/(0[1-9]|[12][0-9]|3[01])/(19|20)\d\d This pattertn represents date strings in
I have a regular expression for checking whether a string is zip/postal code or
I have to generate some random data, but from Regular Expression given. For example
I'm struggle extracting necessary data from this json stored inside php variable. Not yet
struggle extracting necessary data from this complex json stored inside php variable. Via php
I'm having some trouble with a regular expression for phone numbers. I am trying

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.