Built-in function find - find(s, sub [,start [,end]]) -> in

Built-in function find - find(s, sub [,start [,end]]) -> in

SYNOPSIS

import pgml2dot
find(s, sub [,start [,end]]) -> in

DESCRIPTION

Return the lowest 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.

Return -1 on failure.

SEE ALSO

pgml2dot


Generated by HTMLFormatter at Fri Dec 20 18:58:38 2002