EXPAND ALL
  • Home

uri_parse

Returns: STRING

A JSON string representation with the URI parts.

Arguments

VariableTypeDescription
uriSTRINGThe uri to parse.

Examples:

df.uri = 'https://px.dev/community/?param1=val1'
df.parsed = px.uri_parse(df.uri)
df.path = px.pluck(df.parsed, 'path') # /community/
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.