Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions spec/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,15 @@ All other values produce a _Bad Operand_ error.

#### Options

The function `:string` has no 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.

> 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_
Expand Down