Closes #91. A gaping hole in OpenAssetIO standardisation is how strings with embedded substitution tokens should be communicated between a host and a manager. Hosts and managers must agree on the syntax of substitution tokens, what tokens are available, and the meaning of those tokens.
So add a notebook explaining the OpenAssetIO approach to solving this, including example usage of the subtitute utility function.
Closes #91. A gaping hole in OpenAssetIO standardisation is how strings with embedded substitution tokens should be communicated between a host and a manager. Hosts and managers must agree on the syntax of substitution tokens, what tokens are available, and the meaning of those tokens.
So add a notebook explaining the OpenAssetIO approach to solving this, including example usage of the
subtitute
utility function.Reviewer notes
The notebook will fail unless/until the
substitute
function is available. See https://github.com/OpenAssetIO/OpenAssetIO/issues/1213