Difference between revisions of "StripHtml"
Line 1: | Line 1: | ||
− | + | <br> | |
+ | |||
+ | ==== stripHtml ==== | ||
+ | |||
+ | Strip HTML elements from a string. | ||
+ | |||
+ | '''Syntax''' | ||
+ | stripHtml(''string_expression'') | ||
+ | |||
+ | '''Arguments''' | ||
+ | ''string_exp'': Is a string expression. | ||
+ | '''Return type''' | ||
+ | string | ||
− | + | '''Examples''' | |
+ | print(stripHtml("<p> Question Text </p>"));// Question Text | ||
− | + | '''Availability''' | |
+ | Version 5.4 | ||
− | + | [[Category:String_Functions]] | |
− | |||
− |
Revision as of 04:41, 14 December 2011
stripHtml
Strip HTML elements from a string.
Syntax stripHtml(string_expression)
Arguments string_exp: Is a string expression.
Return type string
Examples print(stripHtml("<p> Question Text </p>"));// Question Text
Availability Version 5.4