futher.html 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>References and Further Information</title>
  5. <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../../index.html" title="Boost.Regex 5.1.4">
  8. <link rel="up" href="../background.html" title="Background Information">
  9. <link rel="prev" href="examples.html" title="Test and Example Programs">
  10. <link rel="next" href="faq.html" title="FAQ">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="examples.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h3 class="title">
  27. <a name="boost_regex.background.futher"></a><a class="link" href="futher.html" title="References and Further Information">References and Further
  28. Information</a>
  29. </h3></div></div></div>
  30. <p>
  31. The main Perl regular expression tutorial can be found <a href="http://perldoc.perl.org/perlretut.html" target="_top">here</a>,
  32. there's a much shorter summary of the main features <a href="https://www.cs.tut.fi/~jkorpela/perl/regexp.html" target="_top">here</a>.
  33. </p>
  34. <p>
  35. The main book on regular expressions is <a href="http://www.oreilly.com/catalog/regex/" target="_top">Mastering
  36. Regular Expressions, published by O'Reilly</a>.
  37. </p>
  38. <p>
  39. Boost.Regex forms the basis for the regular expression chapter of the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">Technical
  40. Report on C++ Library Extensions</a>.
  41. </p>
  42. <p>
  43. The <a href="http://www.opengroup.org/onlinepubs/7908799/toc.htm" target="_top">Open
  44. Unix Specification</a> contains a wealth of useful material, including
  45. the POSIX regular expression syntax.
  46. </p>
  47. <p>
  48. The <a href="http://www.cs.ucr.edu/~stelo/pattern.html" target="_top">Pattern Matching
  49. Pointers</a> site is a "must visit" resource for anyone interested
  50. in pattern matching.
  51. </p>
  52. <p>
  53. <a href="http://glimpse.cs.arizona.edu/" target="_top">Glimpse and Agrep</a>, use
  54. a simplified regular expression syntax to achieve faster search times.
  55. </p>
  56. <p>
  57. <a href="http://glimpse.cs.arizona.edu/udi.html" target="_top">Udi Manber</a> and
  58. <a href="http://www.dcc.uchile.cl/~rbaeza/" target="_top">Ricardo Baeza-Yates</a>
  59. both have a selection of useful pattern matching papers available from their
  60. respective web sites.
  61. </p>
  62. </div>
  63. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  64. <td align="left"></td>
  65. <td align="right"><div class="copyright-footer">Copyright &#169; 1998-2013 John Maddock<p>
  66. Distributed under the Boost Software License, Version 1.0. (See accompanying
  67. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  68. </p>
  69. </div></td>
  70. </tr></table>
  71. <hr>
  72. <div class="spirit-nav">
  73. <a accesskey="p" href="examples.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  74. </div>
  75. </body>
  76. </html>