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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:41:10+00:00 2026-05-22T20:41:10+00:00

I thank coffee-grinder very much for asking a question for me a few hours

  • 0

I thank coffee-grinder very much for asking a question for me a few hours ago. Now that I am a member, I’d like to rephrase the question a bit.

What is the best way to state that a word-initial ‘s’ transforms into a ‘$’ and the remainder of the ‘s’ transforms into a ‘5’ using regular expressions and python?

I attempted to do this in the following code, but the outcome is wrong. The general rule for ‘s’ conversion is greedy and does not give the word-initial ‘s’ rule to come into play.
I would appreciate any help with this. Thanks.

text = 'sassy'

for (regexp,subst) in [ (r's', '5'),(r'^s', '$') ]:

  text = re.sub(regexp,subst,text)

…

text

5A55y
  • 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-05-22T20:41:11+00:00Added an answer on May 22, 2026 at 8:41 pm

    You’re just not being specific enough. You need a non-zero lookbehind assertion on the first one.

    >>> text = 'sassy'
    >>> for (regexp,subst) in [ (r'(?<=.)s', '5'),(r'^s', '$') ]:
    ...   text = re.sub(regexp,subst,text)
    ... 
    >>> text
    '$a55y'
    

    That, or change the order.

    All bets are out when one of your substitutions feeds into another match though.

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

Sidebar

Related Questions

Another random question that hit me (I've drank ~9 cups of coffee in the
thank you for reading. For a shell command to wget, something like this works:
Thank you for your interesting in my question. You can help me out from
First, apologies,this should be simple but I've had too much coffee and cannot wrap
Hi i need to create a list like : Coffee Milk using EXTJS 4.
I'm trying to read from a simple text file that looks like this: 11
(coffee break) THE ANIMATION IN QUESTION Having this: $('.cloud').each(function(){ var cloud = $(this); function
Firstly, Im a big fan of sphinx search. Thanks to sphinx. Now my question
Is it ok to assign the @template() to an @el like this: someview.js.coffee class
Thank Microsoft for Intellisense and Atomineer for Atomineer Utils...All of these parameters are required

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.