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

278
Views
Regex: Match specific words between two string

I ended up joining this community because I can not find a solution to my problem.

I have a regular expression that only matches all strings between two words, but I need to match specific words between those two words, not all string.

I have this regular expression:

(?<=START).+?(?=END)

I am programming with JavaScript and use the website regex101 to edit regular expressions.

Thanks for attention and help.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

To match WORD1 or WORD2 between START and END try this:

(?<=START).*(WORD1|WORD2).*(?=END)

The regex101.com website is the best way to create, try and edit regular expressions - keep trying it.

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!