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

The Archive Base Latest Questions

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

I am lost about how this works: x=x.replace(/^\s+|\s+$/g,); What is the pipe( | )

  • 0

I am lost about how this works:

x=x.replace(/^\s+|\s+$/g,"");

What is the pipe( | ) for ?

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

    It means or. The part to the left matches any leading spaces (^), the part to the right matches any trailing space ($). The g modifier allows this matching to be applied more than once, which is useful if you’re expecting both trailing and leading space.

    Basically this regex trims whitespace.

    An alternative way to write this regex is, using the new RegExp construct:

    x = x.replace(new RegExp("^\s+|\s+$", "g"), "");
    

    If find this notation more readable because you don’t need your delimiters (/) and your modifier is separated.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First and foremost, I've been learning JS for about 2-3 hours. I've lost track.
I am a bit lost as to how to explain this, so I will
I know that there are a lot of questions and answers exactly about this
I'm developing Wordpress theme for my friend's company, but this question is all about
I am a little lost at this point in my project. I work for
I can't figure out how this works, the code is really complicated because it
I lost my last commit because I accidentally ran git reset --hard HEAD^. Note:
I'm a bit lost with Subversion (1.5+) here: I modified the trunk in my
I have lost my private key for iPhone Distribution Certificate during an OS upgrade.
I'm kind of lost in between UIImage, UIImageView, CG, layers... I want to draw

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.