Skip to content

Commit e1ae765

Browse files
crisbetothePunderWoman
authored andcommitted
docs: add regular expressions to table of supported literals (#63887)
Updates the docs to mention that regular expressions are supported. PR Close #63887
1 parent bb381b7 commit e1ae765

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

adev/src/content/guide/templates/expression-syntax.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ Angular supports a subset of [literal values](https://developer.mozilla.org/en-U
1717
| Array | `['Onion', 'Cheese', 'Garlic']` |
1818
| null | `null` |
1919
| Template string | `` `Hello ${name}` `` |
20-
21-
### Unsupported literals
22-
23-
| Literal type | Example value |
24-
| ------------ | ------------- |
25-
| RegExp | `/\d+/` |
20+
| RegExp | `/\d+/` |
2621

2722
## Globals
2823

0 commit comments

Comments
 (0)