Revision 44110 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/TRIM.json

View differences:

TRIM.json
6 6
        "string - The string to remove spaces or characters from"
7 7
    ],
8 8
    "description": "Removes all leading spaces, trailing spaces, or spaces at both ends, from a string. Other characters can be removed as well. Example: TRIM(BOTH '_' FROM NAME)",
9
    "returnType": "String"
9
    "returnType": "String",
10
    "sqlCompatible": true
10 11
}

Also available in: Unified diff