functional overview
Creates a dictionary that divides a string into content and keys and values.
Details of Functions
subject (of taxation, etc.)indicates object of desire, like, hate, etc.parameter-separator characterand divided by,
And that's not all.key-value division characterto create a dictionary divided into keys and values.
- note
- If the following argument is specified, the "dictionary to be created" will be the result.
argument (e.g. function, program, programme)subject (of taxation, etc.) parameter-separator character key-value division character 0=x,1=y,2=z , = key value 0 an unknown 1 Y 2 z
parameter
- argument (e.g. function, program, programme)
-
subject (of taxation, etc.) character string data
Specify the target string.parameter-separator character character string data
Specify the characters to be split for each content.key-value division character character string data
Specifies the characters to be split into keys and values.
- return value
-
Dictionary (associative array)
subject (of taxation, etc.)indicates object of desire, like, hate, etc.parameter-separator characterand divide it bykey-value division characterReturns a dictionary divided into keys and values with