Convert a query string to a struct.
Each key-value pair in the query string is separated by a delimiter. The default delimiter is {@code "&"}
Example:
queryStringToStruct( "foo=bar & baz=qux" ); "foo=bar & baz=qux".toStruct();
QueryStringToStruct(target=[string], delimiter=[string])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
target |
string |
true |
The query string to convert. | |
delimiter |
string |
false |
The delimiter used to separate key-value pairs in the query string. | & |
- Ascii
- CamelCase
- Char
- CharsetDecode
- CharsetEncode
- Compare
- CompareNoCase
- Find
- FindNoCase
- FindOneOf
- Insert
- JSStringFormat
- KebabCase
- LCase
- Left
- ListReduce
- LJustify
- LTrim
- Mid
- ParagraphFormat
- PascalCase
- ReEscape
- ReFind
- reFindNoCase
- ReMatch
- reMatchNoCase
- RemoveChars
- RepeatString
- Replace
- ReplaceList
- ReplaceListNoCase
- ReplaceNoCase
- ReReplace
- reReplaceNoCase
- Reverse
- Right
- RJustify
- RTrim
- Slugify
- SnakeCase
- SpanExcluding
- SpanIncluding
- SQLPrettify
- StringBind
- StringEach
- StringEvery
- StringFilter
- StringMap
- StringReduce
- StringReduceRight
- StringSome
- StringSort
- StripCR
- Trim
- TrueFalseFormat
- UCase
- UCFirst
- Val
- Wrap
- YesNoFormat