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