RPTools

Personal tools
From MapToolDoc
(Redirected from Macros:Functions:getFindCount)

getFindCount

getFindCount() Function

Introduced in version 1.3b48

Returns the number of times that strfind() was able to match the input string.

Usage

  1. getFindCount(id)

The id is the id value returned by strfind().

Example

  1. [h: id = strfind("this is a test", "(\\S+)\\s+(\\S+)\\s*")]
  2. [r: getFindCount(id)]

Returns 2.