[Groonga-commit] groonga/groonga at aa65926 [master] doc regular expression: add a note about multiline mode

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 27 12:53:19 JST 2015


Kouhei Sutou	2015-08-27 12:53:19 +0900 (Thu, 27 Aug 2015)

  New Revision: aa6592611e78691f77c6961627c208bed64eb0f9
  https://github.com/groonga/groonga/commit/aa6592611e78691f77c6961627c208bed64eb0f9

  Message:
    doc regular expression: add a note about multiline mode

  Modified files:
    doc/source/reference/regular_expression.rst

  Modified: doc/source/reference/regular_expression.rst (+3 -0)
===================================================================
--- doc/source/reference/regular_expression.rst    2015-08-26 23:33:01 +0900 (0143883)
+++ doc/source/reference/regular_expression.rst    2015-08-27 12:53:19 +0900 (7ac2c38)
@@ -39,6 +39,9 @@ means the end of text in other most regular expression syntaxes. The regular
 expression syntax in Ruby uses ``\A`` for the beginning of text and
 ``\z`` for the end of text.
 
+Groonga uses multiline mode since 5.0.6. It means that ``.`` matches
+on ``\n``.
+
 You can use regular expression in :ref:`select-query` and
 :ref:`select-filter` options of :doc:`/reference/commands/select`
 command.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index