@ -111,11 +111,6 @@ An element or component can have multiple spread attributes, interspersed with r
Curly braces can be included by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings: `{`, `{`, or `{` for `{` and `}`, `}`, or `}` for `}`.
```svelte
<p>{ in curly braces {{ in curly braces } or { in curly braces }</p>
<p>{ it also works only escaping the start curly brace }</p>
```
Text can also contain the result of JavaScript expressions.
> If you're using a regular expression (`RegExp`) [literal notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#literal_notation_and_constructor), you'll need to wrap it in parentheses.