Python Forum
Replace changing string including uppercase character with lowercase character
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Replace changing string including uppercase character with lowercase character
#11
Thank you, again, scidam, for your contribution.
The problem remains for the ones who would be interested :
How replacing the first character of a word, marked by some preceding substring (in my case : <lb/>), by the same character but lowercase.
I repeat my example :
Input :
<p>Material blabla ; <lb/>Dimension blabla ;<lb/></p>
<p>Sideral blublu ; <lb/>Sticky Gonzalez blibli; <lb/>Reductio ad absurdum bloblo</p>
Wished output :
<p>Material blabla ; dimension blabla ;<lb/></p>
<p>Sideral blublu ; sticky Gonzalez blibli; reductio ad absurdum bloblo</p>
If no one from you, distinguished programmers, has any idea, should I conclude that no solution is available?
Take care, everyone.
Reply
#12
Hello.
This is a strategical post to place my thread at the list top Idea
Cordial greetings.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Text conversion to lowercase is not working ineuw 3 459 Jan-16-2024, 02:42 AM
Last Post: ineuw
  Virtual Env changing mysql connection string in python Fredesetes 0 369 Dec-20-2023, 04:06 PM
Last Post: Fredesetes
  Python rule about the space character surrounding the equal sign ineuw 10 1,614 Sep-21-2023, 09:17 AM
Last Post: ineuw
  How do I handle escape character in parameter arguments in Python? JKR 6 1,130 Sep-12-2023, 03:00 AM
Last Post: Apoed2023
  Function to count words in a list up to and including Sam Oldman45 15 6,536 Sep-08-2023, 01:10 PM
Last Post: Pedroski55
  Need to replace a string with a file (HTML file) tester_V 1 760 Aug-30-2023, 03:42 AM
Last Post: Larz60+
Question UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 562: ord ctrldan 23 4,800 Apr-24-2023, 03:40 PM
Last Post: ctrldan
  Replace string in a nested Dictianory. SpongeB0B 2 1,191 Mar-24-2023, 05:09 PM
Last Post: SpongeB0B
  use of escape character in re.sub and find WJSwan 1 905 Feb-16-2023, 05:19 PM
Last Post: Larz60+
  Replace with upper(string) WJSwan 7 1,582 Feb-10-2023, 10:28 AM
Last Post: WJSwan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020