deleteStrProp
deleteStrProp() Function
Returns a copy of the string property list with the specified key removed.
Usage
[h: props = deleteStrProp(props, key)]
Example
[r: deleteStrProp("a=blah; b=doh; c=meh", "a")]
[h: props = deleteStrProp(props, key)]
[r: deleteStrProp("a=blah; b=doh; c=meh", "a")]