mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
<h3>length() function</h3>
|
|
Returns the length of a string.
|
|
|
|
<p><h4>Syntax</h4>
|
|
length(<i>string</i>)</p>
|
|
|
|
<p><h4>Arguments</h4>
|
|
<!-- List args for functions here-->
|
|
<i> string</i> → is string. The String to count the length of.</p>
|
|
|
|
<p><h4>Example</h4>
|
|
<!-- Show example of function.-->
|
|
length('HELLO') → 5</p>
|