Class HqlStringUtil
java.lang.Object
org.hansken.plugin.extraction.hql_lite.lang.human.HqlStringUtil
Hql specific string utilities.
- Author:
- Netherlands Forensic Institute
-
Method Summary
-
Method Details
-
unquote
Removes surrounding double quotes from a string.- Parameters:
text- text to remove quotes from- Returns:
- text with quotes removed
-
unquoteSingle
Removes surrounding single quotes from a string.- Parameters:
text- text to remove quotes from- Returns:
- text with quotes removed
-