Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Reduce service builds a new Fast Array containing only element elements that match the given string. The match is not case sensitive, but if the Option parameter is "MatchAll" (which is the default), then a match succeeds only when the string matches the entire element. If the Option parameter is set to "MatchAnywhere", then the first element contain the given string anywhere within itself is a match. For example, "Branded" is considered a match for "AND" because "and" appears within the element. 

...