@inrupt/solid-client
    Preparing search index...

    Variable setStringNoLocaleConst

    setStringNoLocale: SetOfType<string> = ...

    Create a new Thing with existing values replaced by the given unlocalised string for the given Property.

    To preserve existing values, see [[addStringNoLocale]].

    The original thing is not modified; this function returns a cloned Thing with updated values.

    Thing to set an unlocalised string value on.

    Property for which to set the given unlocalised string value.

    Unlocalised string to set on thing for the given property.

    A new Thing equal to the input Thing with existing values replaced by the given value for the given Property.