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


findSubstring?

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

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

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


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