Revision 44089 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/resources/org/gvsig/expressionevaluator/functions/en/LOCATE.json

View differences:

LOCATE.json
7 7
        "string - The string that will be searched",
8 8
        "start - The starting position for the search. Position 1 is default"
9 9
    ],
10
    "description": "Returns the location of a search string in a string. If a start position is used, the characters before it are ignored. If position is negative, the rightmost location is returned. 0 is returned if the search string is not found.
11

  
12
Example:
13

  
14
LOCATE('.', NAME)",
10
    "description": ["Returns the location of a search string in a string. If a start position is used, the characters before it are ignored.",
11
      " If position is negative, the rightmost location is returned. 0 is returned if the search string is not found.",
12
      "Example: LOCATE('.', NAME)"],
15 13
    "returnType": "Double"
16 14
}

Also available in: Unified diff