8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cd368 commit 5368a23Copy full SHA for 5368a23
doc/src/sgml/func.sgml
@@ -1293,6 +1293,25 @@
1293
<entry><literal>Tom</literal></entry>
1294
</row>
1295
1296
+ <row>
1297
+ <entry>
1298
+ <indexterm>
1299
+ <primary>trim</primary>
1300
+ </indexterm>
1301
+ <literal><function>trim(<optional>leading | trailing
1302
+ | both</optional> <optional>from</optional>
1303
+ <parameter>string</parameter>
1304
+ <optional><parameter>, characters</parameter></optional>
1305
+ )</function></literal>
1306
+ </entry>
1307
+ <entry><type>text</type></entry>
1308
1309
+ Non-standard version of <function>trim()</>
1310
1311
+ <entry><literal>trim(both from 'xTomxx', 'x')</literal></entry>
1312
+ <entry><literal>Tom</literal></entry>
1313
+ </row>
1314
+
1315
<row>
1316
<entry>
1317
<indexterm>
0 commit comments