Returns the string values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type string, omits that value in the array.
The [[Thing]] to read the string values from.
The Property whose string values to return.
An array of string values for the given Property.
Returns the string values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type string, omits that value in the array.