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
#8
(Mar-24-2019, 08:07 AM)silfer Wrote: In your code, it is like the defined function is then not called... Or I miss something?

match_processor function is called (by re.sub) each time when re.sub finds a substring that matches specified conditions (regexp).
Reply


Messages In This Thread
RE: Replace changing string including uppercase character with lowercase character - by scidam - Mar-24-2019, 08:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Text conversion to lowercase is not working ineuw 3 401 Jan-16-2024, 02:42 AM
Last Post: ineuw
  Virtual Env changing mysql connection string in python Fredesetes 0 326 Dec-20-2023, 04:06 PM
Last Post: Fredesetes
  Python rule about the space character surrounding the equal sign ineuw 10 1,520 Sep-21-2023, 09:17 AM
Last Post: ineuw
  How do I handle escape character in parameter arguments in Python? JKR 6 1,040 Sep-12-2023, 03:00 AM
Last Post: Apoed2023
  Function to count words in a list up to and including Sam Oldman45 15 6,416 Sep-08-2023, 01:10 PM
Last Post: Pedroski55
  Need to replace a string with a file (HTML file) tester_V 1 699 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,616 Apr-24-2023, 03:40 PM
Last Post: ctrldan
  Replace string in a nested Dictianory. SpongeB0B 2 1,147 Mar-24-2023, 05:09 PM
Last Post: SpongeB0B
  use of escape character in re.sub and find WJSwan 1 877 Feb-16-2023, 05:19 PM
Last Post: Larz60+
  Replace with upper(string) WJSwan 7 1,546 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