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


findSubstringCi?

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

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

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


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