On 8/28/05, Raymond Hettinger <raymond.hettinger at verizon.net> wrote: > >>> s = 'http://www.python.org' > >>> partition(s, '://') > ('http', '://', 'www.python.org') > >>> partition(s, '?') > ('http://www.python.org', '', '') > >>> partition(s, 'http://') > ('', 'http://', 'www.python.org') > >>> partition(s, 'org') > ('http://www.python.', 'org', '') > What would be a result for rpartition(s, '?') ? ('', '', 'http://www.python.org') or ('http://www.python.org', '', '') BTW, I wrote a somewhat preliminary patch for this functionality to let you save little of your time. :-) http://people.freebsd.org/~perky/partition-r1.diff Hye-Shik
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4