Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
How to pass the entire string with the " " character in it

I'm passing some query parameters to an html page. One of these is the title where in some of these there are words with " " characters.

What I notice is that when it reaches the superscript (" ") the title is truncated.

That is, if for example I have the following title:

Chaleco López inaugurates the museum of "him"

the title parameter will be equal to: Chaleco López inaugurates the museum of (so it is incomplete because "him" is missing).

The code that does this is as follows:

var url_string = window.location.href;
var url2 = new URL(url_string);
var titolo_url = url2.searchParams.get("title");
console.log(title_url)
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Maybe try to use these brackets '' in your title

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!