User:Laura Macchini/code/between: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    3 November 2011

    • curprev 18:0418:04, 3 November 2011Laura Macchini talk contribs 146 bytes +146 Created page with "<source lang="python"> def between(left,right,s): before,_,a = s.partition(left) a,_,after = a.partition(right) return before,a,after </source>"