Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion exploration/exact-match-selector-options.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Design Proposal Template

Status: **Proposed**
Status: **Acctepted**

<details>
<summary>Metadata</summary>
Expand Down
15 changes: 15 additions & 0 deletions spec/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<validationRule id="positiveInteger" regex="0|([1-9]\d*)"/>
<validationRule id="currencyCode" regex="[A-Z]{3}"/>
<validationRule id="timeZoneId" regex="[a-zA-Z/]+"/>
<validationRule id="anything" regex=".*"/>
<validationRule id="anythingNotEmpty" regex=".+"/>
<validationRule id="iso8601" regex="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}"/>

Expand Down Expand Up @@ -250,4 +251,18 @@
</alias>
</function>

<function name="string">
<description>
String formatting and selection
</description>

<formatSignature>
<input validationRule="anything" />
</formatSignature>

<matchSignature>
<input validationRule="anything" />
<match validationRule="anything" />
</matchSignature>
</function>
</registry>