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

220
Views
Javascript put a variable into a regex?

I have a text from a message in a varaible:

const text =
        "I don't know @Dondes but it did.  It's the highest scoring game in history.";  

I have a regex to check the mention of a name: let regex ="\@\Dondes\b"

I would put the name to check into a variable and use it in the regex like this:

let test = "Dondes";
const userName = `\@\${test}}\b`;  

And after that keep the name like that:

text.match(userName)

But it didn't work ^^ How can I do that?

about 4 years ago · Juan Pablo Isaza
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!