Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Find a specific keyword after another keyword and change the output
Post: RE: Find a specific keyword after another keyword ...

Quote:Is the format of your text file accurately represented or did you leave some things out? Yes, it was heavily edited for a much easier read. If The actual text would make things better I can po...
sgtmcc General Coding Help 5 883 Oct-05-2023, 06:01 PM
    Thread: Find a specific keyword after another keyword and change the output
Post: RE: Find a specific keyword after another keyword ...

Guess I should have included that, my mistake. import re f = open('test.txt', 'r') content = f.read() keyword = "1" re.findall(keyword ,content) re.search(keyword ,content)findall outputs: ['1'] sear...
sgtmcc General Coding Help 5 883 Oct-05-2023, 12:31 PM
    Thread: Find a specific keyword after another keyword and change the output
Post: Find a specific keyword after another keyword and ...

I will start off by saying I am new to Python and I have searched Google for a fix to my problem. Maybe I did not search it well enough, or did not search it the right way, but I have not found an ans...
sgtmcc General Coding Help 5 883 Oct-05-2023, 11:50 AM

User Panel Messages

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