Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Regex problem
Post: RE: Regex problem

(Dec-04-2021, 05:59 PM)Gribouillis Wrote: ^ and $ are the beginning and the end of the string, not the word. See Python's regular expression syntax Thanks, but in my scenario there is only one w...
bontwoody Data Science 3 1,709 Dec-04-2021, 06:08 PM
    Thread: Regex problem
Post: Regex problem

Im having some difficulty understanding regex patterns. After reading around I constructed the following pattern. ['^.?RE..D$'] My understanding of this was: ^ indicated the start of the word .?...
bontwoody Data Science 3 1,709 Dec-04-2021, 04:58 PM
    Thread: Regex format issue?
Post: RE: Regex format issue?

(Dec-01-2021, 09:55 PM)Gribouillis Wrote: So you want to serialize the arguments to cursor.execute. You could do import ast argstxt = "('SELECT Word FROM Tbwords WHERE word REGEXP ?', ['^.?.?P.?.?.?...
bontwoody Data Science 3 2,074 Dec-03-2021, 05:20 PM
    Thread: Regex format issue?
Post: Regex format issue?

Hi Im trying to do a regex search on an sqlite database where the expressions are held in a list. I have the connection working as shown by the first example in the code below but when I try to use t...
bontwoody Data Science 3 2,074 Dec-01-2021, 08:27 PM

User Panel Messages

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