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/REPLACE.json

View differences:

REPLACE.json
8 8
        "new_string - The new replacement string"
9 9
    ],
10 10
    "description": "Replaces all occurrences of a search string in a text with another string. If no replacement is specified, the search string is removed from the original string. If any parameter is null, the result is null. Example: REPLACE(NAME, ' ')",
11
    "returnType": "String"
11
    "returnType": "String",
12
    "sqlCompatible": true
12 13
}

Also available in: Unified diff