Strip Tags

From UBot Studio
Revision as of 21:21, 29 June 2015 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function is an Advanced Text function in the UBot Extended Library. This function removes all html tags from string.

Text to strip: The HTML text being stripped.


Example


alert($strip tags("<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>"))


Running the function returns text with all html tags removed.


Strptgs.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox