mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Correct help for upper function
This commit is contained in:
parent
047c57c9d1
commit
fc80b6023f
@ -364,7 +364,7 @@ FnDef QgsExpression::BuiltinFunctions[] =
|
||||
"<br> <i>Usage:</i><br>lower('HELLO WORLD') will return 'hello world'"),
|
||||
FnDef( "upper", 1, fcnUpper, "String" , "<b>Convert to upper case</b> "\
|
||||
"<br> Converts a string to upper case letters. " \
|
||||
"<br> <i>Usage:</i><br>lower('hello world') will return 'HELLO WORLD'"),
|
||||
"<br> <i>Usage:</i><br>upper('hello world') will return 'HELLO WORLD'"),
|
||||
FnDef( "length", 1, fcnLength, "String", "<b>Length of string</b> "\
|
||||
"<br> Returns the legnth of a string. " \
|
||||
"<br> <i>Usage:</i><br>length('hello') will return 5"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user