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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:16:19+00:00 2026-06-11T11:16:19+00:00

Is there any string manipulation in python that can achieves the following input and

  • 0

Is there any string manipulation in python that can achieves the following input and output? If i’m going to use regex how would the regex expression look like to replace the substring?

#inputs
y = sentence-with-dashes
x = this is a sentence with dashes

#output
z = this is a sentence-with-dashes

#####################################
#sometimes the input is pretty messed up like this
y = sentence-with-dashes
x = this is a sentence-with dashes

#output
z = this is a sentence-with-dashes
  • 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-11T11:16:20+00:00Added an answer on June 11, 2026 at 11:16 am

    I think this should do the trick:

    y='sentence-with-dashes'
    x='this is a sentence with dashes'
    r=re.compile(re.escape(y).replace('\\-','[- ]'))
    z=re.sub(r,y,x)
    

    this won’t touch any hyphens that appear outside the y value, if you don’t care about this then eumiro’s answer is simpler, and doesn’t require the use of regex.

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

Sidebar

Related Questions

Are there any wide-string manipulation implementations out there? function WideUpperCase(const S: WideString): WideString; function
Is there any String manipulation function in Javascript or JQuery for object lowercasing /
When we have to work with string manipulation, is there any significants performance difference
Is there any equivalent of String.indexOf() for arrays? If not, is there any faster
Is there any performance differences between string.Format and String.Format ? As far as i
is there any different in Connection string between SQL server Authentication and Windows Authentication
Is there any function similar to string range in vb.net 2.0 ?? What I
Is there any simple way how to initialize String in Objective-C with int such
Is there ANY way of monitoring primitive String declaration in NodeJS? For example, when
Is there any java utility to convert string to hex value (integer) ?

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.