filters.FilterUtils
Method Summary | |
public string |
decodeEntities(string stringValue)
Decodes HTML Entities and returns their actual value |
public boolean |
hasBuiltinFunctionSupport([string functionName])
|
public numeric |
hexToDecimal(string hexValue)
Converts a hex string to a base 10 number |
public string |
rightPosition([any value], [any startPosition], [any backCharacters])
Returns backCharacters characters before the given start position |
Method Detail |
public string decodeEntities(string stringValue)
string stringValue
public boolean hasBuiltinFunctionSupport([string functionName])
[string functionName]
public numeric hexToDecimal(string hexValue)
string hexValue
public string rightPosition([any value], [any startPosition], [any backCharacters])
[any value]
[any startPosition]
[any backCharacters]