FuseGuard Logo

fuseguard.components.filters
Component FilterUtils

filters.FilterUtils

Utility Functions For Filters

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

decodeEntities

public string decodeEntities(string stringValue)
Decodes HTML Entities and returns their actual value

Parameters:
string stringValue

hasBuiltinFunctionSupport

public boolean hasBuiltinFunctionSupport([string functionName])
Parameters:
[string functionName]

hexToDecimal

public numeric hexToDecimal(string hexValue)
Converts a hex string to a base 10 number

Parameters:
string hexValue

rightPosition

public string rightPosition([any value], [any startPosition], [any backCharacters])
Returns backCharacters characters before the given start position

Parameters:
[any value]
[any startPosition]
[any backCharacters]