I have a field with text like " /site/index?sid=18&sub=321333&tid=site.net&ukey=1234543254
".
How can I group it by part of a string (' sid
' url param eg.g)?
And the parameters may be in a different order. ( sid
at the end of the line, etc.)
source share