Expr-StringOps.xml 752 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="String_Operators">
  5. <title>String Operators</title>
  6. <para>The following string operator<indexterm>
  7. <primary>string operator</primary>
  8. </indexterm> is supported:</para>
  9. <informaltable colsep="1" frame="all" rowsep="1">
  10. <tgroup align="left" cols="2">
  11. <colspec colwidth="94.80pt" />
  12. <colspec />
  13. <tbody>
  14. <row>
  15. <entry>+</entry>
  16. <entry>Concatenation<indexterm>
  17. <primary>Concatenation</primary>
  18. </indexterm></entry>
  19. </row>
  20. </tbody>
  21. </tgroup>
  22. </informaltable>
  23. </sect1>