Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: REGEX Look Arounds
Post: RE: REGEX Look Arounds

Thank you, a bit confusing but now I understand
CharlesKL General Coding Help 2 1,897 May-26-2020, 12:30 PM
    Thread: REGEX Look Arounds
Post: REGEX Look Arounds

Hi, I am trying to learn and understand look arounds, In the code below why is '1' removed and not !123! a = "learn@123Python456" re.findall(r"\d+", a) #['123', '456'] re.findall(r"(?<!\W)\d+", ...
CharlesKL General Coding Help 2 1,897 May-23-2020, 08:00 PM

User Panel Messages

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