Kouhei Sutou
null+****@clear*****
Fri Jun 28 12:46:32 JST 2013
Kouhei Sutou 2013-06-28 12:46:32 +0900 (Fri, 28 Jun 2013) New Revision: a8adae6b9b7da77d22cfa69a38c9967301f12c95 https://github.com/groonga/groonga/commit/a8adae6b9b7da77d22cfa69a38c9967301f12c95 Message: doc htm_untag: column is not required html_untag() accepts HTML as string not column. We can not only pass column value but also string literal. Modified files: doc/source/reference/functions/html_untag.txt Modified: doc/source/reference/functions/html_untag.txt (+7 -8) =================================================================== --- doc/source/reference/functions/html_untag.txt 2013-06-28 12:34:26 +0900 (8b52d91) +++ doc/source/reference/functions/html_untag.txt 2013-06-28 12:46:32 +0900 (8351f6e) @@ -18,11 +18,11 @@ Summary Syntax ------ -``html_untag`` requires only one argument. It is ``column``. +``html_untag`` requires only one argument. It is ``html``. :: - html_untag(column) + html_untag(html) Usage @@ -61,15 +61,14 @@ Note that you must specify ``--command_version 2`` to use ``html_untag`` functio Parameters ---------- -There is one required parameter, ``column``. +There is one required parameter, ``html``. -``column`` -^^^^^^^^^^ +``html`` +^^^^^^^^ -It specifies a column of the table. +It specifies HTML text to be untagged. Return value ------------ -``html_untag`` returns plain text which is stripped HTML tags from content of column. - +``html_untag`` returns plain text which is stripped HTML tags from HTML text. -------------- next part -------------- HTML����������������������������...Download