An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Key/Value.
Command
STRIP_TAG input
Description
Strip HTML tags from a string.
Return value
String: The stripped string or NULL on failure.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> STRIP_TAG "<html><h1>hello</h1></html>"
hello
hello
Copyright © Symisc Systems