Skip to content

Commit

Permalink
CLDR-17467 kbd: disallow empty match (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Apr 2, 2024
1 parent 911544c commit 4c5595e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ldml/tr35-keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -2287,6 +2287,10 @@ The following are additions to standard Regex syntax.

#### Disallowed Regex Features

- **Matching an empty string**

Transforms may not match an empty string. For example, `<transform from=""/>` or `<transform from="X{0,1}"/>` are not allowed and must be flagged as an error to keyboard authors.

- **Unicode properties**

`\p{property}` `\P{property}`
Expand Down

0 comments on commit 4c5595e

Please sign in to comment.