| Package | org.openzet.utils |
| Class | public class StringUtil |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| StringUtil | ||
|
removeHTML(value:String):String
[static]
Removes HTML or XML tags such as < , >
| StringUtil | ||
| StringUtil | () | constructor |
public function StringUtil()Constructor.
| removeHTML | () | method |
public static function removeHTML(value:String):StringRemoves HTML or XML tags such as < , >
Parametersvalue:String — Target string to remove HTML, XML tags from.
|
String — New string with all HTML, XML tags removed.
|