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

  • Home
  • SEARCH
  • 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 8997561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:54:21+00:00 2026-06-15T23:54:21+00:00

I would really appreciate it if someone could provide me with a regular expression

  • 0

I would really appreciate it if someone could provide me with a regular expression to do the following.

The rules:

  • all words except ‘and’ need wrapping with SYN()
  • the String can contain an unlimited amount of words, the same rules appyl to all of the words in the String.

Examples:

‘London and toilet’ to become ‘SYN(London) and SYN(toilet)’

’10 and Mayfield and London’ would become ’10 and SYN(Mayfield) and SYN(London)’ (10 is not wrapped as it is not a word)

The reason for my question is that I am using an ORACLE thesaurus and the SQL syntax requires words to be wrapped with SYN().

I was initially going to split all of the words up in the String by searching for spaces and then using String.format(SYN(%s), ‘London’) to wrap the word in SYN() but I knew that all of this could be done with a regular expression and I thought that there would be some eager regular expression fanatics who would help me out.

  • 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-15T23:54:22+00:00Added an answer on June 15, 2026 at 11:54 pm

    Try

    System.out.println("10 and Mayfield and London".replaceAll("(\\p{Alpha}+)", "SYN($1)").replace("SYN(and)", "and"));
    

    output

    10 and SYN(Mayfield) and SYN(London)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would really appreciate if someone could shed some light on the following issue.
I would really appreciate any help with the following problem: I need to be
Hi I'm new to PHP and would really appreciate if someone could tell me
I would really appreciate it if someone could point me towards beginning with FFMpeg.
I would really appreciate if someone could give me advice,or point me to tutorial,
I would really appreciate it if some of you could help optimize my tables,
I would really appreciate if you could shed light on this problem. I have
Ok I give up and would really appreciate it if you guys could cast
I'm very new to C++ and would really appreciate any and all help. I
Would someone please provide me an example of the following Activity/Service/Application combination. I have

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.