MatchSubstringOptions.ignoreCase

Set ignoreCase property.

  1. bool ignoreCase [@property getter]
  2. bool ignoreCase [@property setter]
    class MatchSubstringOptions
    @property
    void
    ignoreCase
    (
    bool propval
    )

Parameters

propval bool

Whether to perform a case-insensitive match.