Function rindex - rindex(s, sub [,start [,end]]) -> int
Function rindex - rindex(s, sub [,start [,end]]) -> int
SYNOPSIS
import xmldb
def rindex(s, sub, i = 0, last=None)
DESCRIPTION
Return the highest index in s where substring sub is found,
such that sub is contained within s[start,end]. Optional
arguments start and end are interpreted as in slice notation.
Raise ValueError if not found.
SEE ALSO
xmldb
Generated by HTMLFormatter at Tue Jun 12 18:58:51 2001