git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@634 0fc631ac-6414-0410-93d0-97cfa31319b6

This commit is contained in:
twanvl
2007-08-28 18:27:37 +00:00
parent 0914c53f0d
commit ccaea98a67
6 changed files with 42 additions and 2 deletions
+2
View File
@@ -12,6 +12,8 @@ Convert a [[type:tagged string]] to a normal string by removing all tags and res
--Examples--
> to_text("<b>bold text</b>") == "bold text"
> to_text("1 \< 2") == "1 < 2"
--See also--
| [[fun:to_html]] Convert [[type:tagged text]] to html.
| [[fun:remove_tags]] Remove all tags from tagged text.