java.lang.Object
org.hansken.plugin.extraction.hql_lite.lang.human.HqlStringUtil

public final class HqlStringUtil extends Object
Hql specific string utilities.
Author:
Netherlands Forensic Institute
  • Method Details

    • unquote

      public static String unquote(String text)
      Removes surrounding double quotes from a string.
      Parameters:
      text - text to remove quotes from
      Returns:
      text with quotes removed
    • unquoteSingle

      public static String unquoteSingle(String text)
      Removes surrounding single quotes from a string.
      Parameters:
      text - text to remove quotes from
      Returns:
      text with quotes removed