deleteStrProp
(Redirected from DeleteStrProp)
deleteStrProp() Function
• Introduced in version 1.3b42
Returns a copy of the string property list with the specified key removed.
Usage
deleteStrProp(props, key)
Example
[r: deleteStrProp("a=blah; b=doh; c=meh", "a")]