Revision 44091 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/INSTR.json

View differences:

INSTR.json
2 2
    "name": "INSTR",
3 3
    "group": "String",
4 4
    "template": "INSTR({{string}}, searchString, startInt)",
5
    "args": [
6
          "string - string where to search",
7
          "searchString - string to search for"
8
          "startInt - Optional. Start position to be used for search"
9
    ],
5 10
    "description": [
6 11
      "Returns the location of a search string in a string.",
7 12
      "If a start position is used, the characters before it are ignored.",
8 13
      "If position is negative, the rightmost location is returned.",
9 14
      "0 is returned if the search string is not found.",
10
      "Please note this function is case sensitive, even if the parameters are not.\n",
11
      "Example:\n",
15
      "Please note this function is case sensitive, even if the parameters are not.",
16
      "Example:",
12 17
      "INSTR(EMAIL,'@')"
13 18
    ],
14
    "args": [
15
          "string",
16
          "searchString"
17
          "startInt - Optional. Start position to be used for search"
18
    ],    
19 19
    "returnType": "Integer"
20 20
}

Also available in: Unified diff