Sha256: e62e533da95a7509e7025a0e6b1c1db8c76e6289a35090798370044cea64454c
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
{ "schema_type": "object", "ree_version": "1.0.1", "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
4 entries across 4 versions & 1 rubygems