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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:17:21+00:00 2026-06-12T07:17:21+00:00

A website I’m modding with a userscript has some text I want to modify.

  • 0

A website I’m modding with a userscript has some text I want to modify. The text appears to have a unicode character in it. When I look at it on screen or even extract it to a variable with jQuery, it looks like this:

2 others

However, if I create my own variable with that same text and then do a comparison, they come up as false. So I copied/pasted the site’s text into vim and it looks like this:

2<200e> others

Best I can tell this is a unicode character for space (?). I want to be able to match this string with a regex such as:

^(\d+(?:,\d+)*)\s+(.*)

but on this string with the embedded unicode character it fails. (it works fine on my own typed text of ‘2 others’).

Is there some way I can strip this unicode out of the text? I tried the following, to no avail:

text.replace('\u200e\','')

text.replace('200e','')

text.replace('\%20','')

text.replace('\%u200e','')

Or, alternatively, can I adjust my regex to match either ‘2 others’ or the same text with the embedded 200e unicode char?

  • 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-12T07:17:23+00:00Added an answer on June 12, 2026 at 7:17 am

    Try to use an actual regex instead.

    text = text.replace(/\u200e/g, '');
    

    can I adjust my regex to match either ‘2 others’ or the same text with the embedded 200e unicode char?

    You could just change the \s in your regex to include U+200E as well, e.g.

    ^(\d+(?:,\d+)*)[\s\u200e]+(.*)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The website I'm create has Events. Events have a title, date, and the userids
website A: hosted on some free web host. website B: my server I want
My website has tons of large images that reduces my site speed. I want
My website's menu has text images for each button instead of pure text. When
Website is PHP/mySQL. Some of the pages (inventory) have friendly URLs. Great. The problem
My website images look blurry for users with retina displays. (For example, on the
A website is developed in core PHP with MySQL database. If we want to
My website has a sponsorship system that allows users to invite friends by email
I have just tried to save a simple *.rtf file with some websites and
Website in reference: http://www.imvu-e.com/products/ht/clients/test/ Notice on the tables how I have a newline separating

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.