Filter the supplied string according to the current output filter. This can do things such as escaping HTML entities. @param aString The string to be filtered @return The filtered string.
(String aString)
| 28 | * @return The filtered string. |
| 29 | */ |
| 30 | String filterString(String aString); |
| 31 | } |
no outgoing calls
no test coverage detected