Hierarchy For Package org.openrefine.expr.functions.strings

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.openrefine.expr.functions.strings.Decode (implements org.openrefine.grel.Function)
    • org.openrefine.expr.functions.strings.DetectLanguage (implements org.openrefine.grel.Function)
    • org.openrefine.expr.functions.strings.Encode (implements org.openrefine.grel.Function)
    • org.openrefine.expr.functions.strings.ParseUri (implements org.openrefine.grel.Function)
    • org.openrefine.grel.PureFunction (implements org.openrefine.grel.Function)
      • org.openrefine.expr.functions.strings.Chomp
      • org.openrefine.expr.functions.strings.Contains
      • org.openrefine.expr.functions.strings.Diff
      • org.openrefine.expr.functions.strings.EndsWith
      • org.openrefine.expr.functions.strings.Escape
      • org.openrefine.expr.functions.strings.Find
      • org.openrefine.expr.functions.strings.Fingerprint
      • org.openrefine.expr.functions.strings.IndexOf
      • org.openrefine.expr.functions.strings.LastIndexOf
      • org.openrefine.expr.functions.strings.Match
      • org.openrefine.expr.functions.strings.MD5
      • org.openrefine.expr.functions.strings.NGram
      • org.openrefine.expr.functions.strings.NGramFingerprint
      • org.openrefine.expr.functions.strings.ParseJson
      • org.openrefine.expr.functions.strings.Partition
      • org.openrefine.expr.functions.strings.Phonetic
      • org.openrefine.expr.functions.strings.Range
      • org.openrefine.expr.functions.strings.Replace
      • org.openrefine.expr.functions.strings.ReplaceChars
      • org.openrefine.expr.functions.strings.RPartition
      • org.openrefine.expr.functions.strings.SHA1
      • org.openrefine.expr.functions.strings.SmartSplit
      • org.openrefine.expr.functions.strings.Split
      • org.openrefine.expr.functions.strings.SplitByCharType
      • org.openrefine.expr.functions.strings.SplitByLengths
      • org.openrefine.expr.functions.strings.StartsWith
      • org.openrefine.expr.functions.strings.ToLowercase
      • org.openrefine.expr.functions.strings.ToTitlecase
      • org.openrefine.expr.functions.strings.ToUppercase
      • org.openrefine.expr.functions.strings.Trim
      • org.openrefine.expr.functions.strings.Unescape
      • org.openrefine.expr.functions.strings.Unicode
      • org.openrefine.expr.functions.strings.UnicodeType
    • org.openrefine.expr.functions.strings.Reinterpret (implements org.openrefine.grel.Function)
    • org.openrefine.expr.functions.strings.ReplaceEach (implements org.openrefine.grel.Function)