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


substringCi?

Function: substringCi?
file: job.t
package: muf
status: alpha
{ string pat -> flag }

The substringCi? function returns non-nil iff it locates a substring in a string, ignoring case differences.

This is entirely equivalent to string pat findSubstringCi? pop pop.


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