textops.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <section id="textops" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <sectioninfo>
  6. <authorgroup>
  7. <author>
  8. <firstname>Andrei</firstname>
  9. <surname>Pelinescu-Onciul</surname>
  10. <affiliation><orgname>FhG FOKUS</orgname></affiliation>
  11. <address>
  12. <email>[email protected]</email>
  13. </address>
  14. </author>
  15. </authorgroup>
  16. <copyright>
  17. <year>2003</year>
  18. <holder>FhG FOKUS</holder>
  19. </copyright>
  20. </sectioninfo>
  21. <title>Textops Module</title>
  22. <section id="textops.overview">
  23. <title>Overview</title>
  24. <para>
  25. This is mostly an example module. It implements text based
  26. operation (search, replace, append a.s.o). Many functions support
  27. xl_lib formating using xprint module.
  28. </para>
  29. <section id="textops.known_limitations">
  30. <title>Known Limitations</title>
  31. <para>
  32. search ignores folded lines. For example,
  33. search("(From|f):.*@foo.bar") doesn't match the
  34. following From header field:
  35. </para>
  36. <programlisting>
  37. From: medabeda
  38. &lt;sip:[email protected]&gt;;tag=1234
  39. </programlisting>
  40. </section>
  41. </section>
  42. <xi:include href="functions.xml"/>
  43. </section>