From ba95601e9d7207d2cd643ca50ed0a2a06b7259bd Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Thu, 14 Nov 2024 09:18:35 -0800 Subject: [PATCH 1/2] Remove tech preview note from `:string` Remove a note that is no longer relevant --- spec/registry.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spec/registry.md b/spec/registry.md index 3145cc82c7..8113f99054 100644 --- a/spec/registry.md +++ b/spec/registry.md @@ -79,11 +79,7 @@ All other values produce a _Bad Operand_ error. #### Options -The function `:string` has no options. - -> [!NOTE] -> Proposals for string transformation options or implementation -> experience with user requirements is desired during the Tech Preview. +The function `:string` has no _options_. #### Resolved Value From 8bfcb0ef342e9ef439f922c5075bbe6ea6d34f85 Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Thu, 14 Nov 2024 13:29:43 -0800 Subject: [PATCH 2/2] Update spec/registry.md --- spec/registry.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec/registry.md b/spec/registry.md index 8113f99054..86dbb037f9 100644 --- a/spec/registry.md +++ b/spec/registry.md @@ -81,6 +81,13 @@ All other values produce a _Bad Operand_ error. The function `:string` has no _options_. +> [!NOTE] +> While `:string` has no built- in _options_, +> _options_ in the `u:` _namespace_ can be used. +> For example: +>``` +> {$s :string u:dir=ltr u:locale=fr-CA} +>``` #### Resolved Value The _resolved value_ of an _expression_ with a `:string` _function_