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
  question about changing the string value of a list element jacksfrustration 4 2,107 Feb-08-2025, 07:43 AM
Last Post: jacksfrustration
  is any character in s1 in s2 Skaperen 6 1,281 Sep-07-2024, 12:18 AM
Last Post: Skaperen
Question [SOLVED] How to replace characters in a string? Winfried 2 1,048 Sep-04-2024, 01:41 PM
Last Post: Winfried
  python escaping character atom509 1 765 May-29-2024, 08:57 PM
Last Post: DeaD_EyE
  Text conversion to lowercase is not working ineuw 3 1,346 Jan-16-2024, 02:42 AM
Last Post: ineuw
  Virtual Env changing mysql connection string in python Fredesetes 0 990 Dec-20-2023, 04:06 PM
Last Post: Fredesetes
  Python rule about the space character surrounding the equal sign ineuw 10 4,680 Sep-21-2023, 09:17 AM
Last Post: ineuw
  How do I handle escape character in parameter arguments in Python? JKR 6 5,585 Sep-12-2023, 03:00 AM
Last Post: Apoed2023
  Function to count words in a list up to and including Sam Oldman45 15 10,558 Sep-08-2023, 01:10 PM
Last Post: Pedroski55
  Need to replace a string with a file (HTML file) tester_V 1 1,936 Aug-30-2023, 03:42 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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