java.lang.Object
com.google.refine.expr.functions.strings.ParseUri
All Implemented Interfaces:
Function

public class ParseUri extends Object implements Function
Parse a URI string into its components and returns a JSON object with the following keys: scheme, authority, path, query, fragment, host, port.