diff --git a/docs/ldml/tr35-keyboards.md b/docs/ldml/tr35-keyboards.md index 4c559eb1499..13fef4b59bf 100644 --- a/docs/ldml/tr35-keyboards.md +++ b/docs/ldml/tr35-keyboards.md @@ -2300,6 +2300,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, `` or `` are not allowed and must be flagged as an error to keyboard authors. + - **Unicode properties** `\p{property}` `\P{property}`