We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1c5228c commit 5105f5fCopy full SHA for 5105f5f
resources/function_help/wordwrap
@@ -12,5 +12,5 @@ Returns a string wrapped to a maximum/minimum number of characters.
12
13
<p><h4>Example</h4>
14
<!-- Show example of function.-->
15
- wordwrap('UNIVERSITY OF QGIS',' ',13) → 'UNIVERSITY OF\nQGIS'<br>
16
- wordwrap('UNIVERSITY OF QGIS',' ',-3) → 'UNIVERSITY\nOF QGIS'</p>
+ wordwrap('UNIVERSITY OF QGIS',13) → 'UNIVERSITY OF\nQGIS'<br>
+ wordwrap('UNIVERSITY OF QGIS',-3) → 'UNIVERSITY\nOF QGIS'</p>
0 commit comments