kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Improved comments
rodzic
d490e1543d
commit
84bcd0dd44
|
@ -1,5 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Parse a space-separated string of name:value parameters
|
Parse a space-separated string of name:value parameters. Values can be quoted with single quotes, double quotes,
|
||||||
|
double square brackets, or double curly braces.
|
||||||
|
|
||||||
The parameters are returned in a structure that can be referenced like this:
|
The parameters are returned in a structure that can be referenced like this:
|
||||||
|
|
||||||
(return).byName["name"][0] - First occurance of parameter with a given name
|
(return).byName["name"][0] - First occurance of parameter with a given name
|
||||||
|
|
Ładowanie…
Reference in New Issue