Go to the first, previous, next, last section, table of contents.


findLastSubstring?

Function: findLastSubstring?
file: job.t
package: muf
status: alpha
{ string substring -> found? end start }

The findLastSubstring? function accepts a substring atop a string and returns the location of the substring atop a success flag. Search is from end of string.

On a nil success value, start and end are undefined.


Go to the first, previous, next, last section, table of contents.