Sha256: 27e5d8f6df233eb32e909073e0d613f2d25877e8480aaac3b3cd7bfc98c8ff1f
Contents?: true
Size: 662 Bytes
Versions: 71
Compression:
Stored size: 662 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "strip_links", "path": "packages/ree_text/package/ree_text/functions/strip_links.rb", "mount_as": "fn", "class": "ReeText::StripLinks", "factory": null, "methods": [ { "doc": "Removes +a+ tags and +href+ attributes leaving only the link text.\nstrip_links('<a href=\"example.com\">Only the link text will be kept.</a>')\n#\n# => 'Only the link text will be kept.'", "throws": [ ], "return": "String", "args": [ { "arg": "html", "arg_type": "req", "type": "String" } ] } ], "links": [ ] }
Version data entries
71 entries across 71 versions & 1 rubygems