Comparing strings from the back?
Dwight Hutto
dwightdhutto at gmail.com
Fri Sep 7 18:08:11 EDT 2012
More information about the Python-list mailing list
Fri Sep 7 18:08:11 EDT 2012
- Previous message (by thread): Comparing strings from the back?
- Next message (by thread): Comparing strings from the back?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Sep 7, 2012 at 5:59 PM, Dwight Hutto <dwightdhutto at gmail.com> wrote: > With unequal strings/lists to match, it would seem that one would regex > through the larger string/list with the shorter string, and piece by piece > begin to match for partial percentage matches in relation to the longer > iterative item. > While iterating through the larger list character/item, one at a time, or arranging them in certain instances. > > -- > Best Regards, > David Hutto > *CEO:* *http://www.hitwebdevelopment.com* > > -- Best Regards, David Hutto *CEO:* *http://www.hitwebdevelopment.com* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120907/43bb7778/attachment.html>
- Previous message (by thread): Comparing strings from the back?
- Next message (by thread): Comparing strings from the back?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list