Sha256: 7014d845409bfdfc84b0b253f37a1b043b9d219dba218ddce7a80fd1b4480357
Contents?: true
Size: 1.01 KB
Versions: 28
Compression:
Stored size: 1.01 KB
Contents
{ "schema_type": "object", "schema_version": "1.0", "name": "strip_tags", "path": "packages/ree_text/package/ree_text/functions/strip_tags.rb", "mount_as": "fn", "class": "ReeText::StripTags", "factory": null, "methods": [ { "doc": "Strips all HTML tags from +html+, including comments and special characters.\n\n strip_tags(\"Strip <i>these</i> tags!\")\n # => Strip these tags!\n\n strip_tags(\"<b>Bold</b> no more! <a href='more.html'>See more here</a>...\")\n # => Bold no more! See more here...\n\n strip_tags(\"<div id='top-bar'>Welcome to my website!</div>\")\n # => Welcome to my website!\n\n strip_tags(\"> A quote from Smith & Wesson\")\n # => > A quote from Smith & Wesson", "throws": [ ], "return": "String", "args": [ { "arg": "html", "type": "String" } ] } ], "links": [ { "target": "is_blank", "package_name": "ree_object", "as": "is_blank", "imports": [ ] } ] }
Version data entries
28 entries across 28 versions & 1 rubygems