> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/sass/map/pattern/variables.md).

# Variables

{% code lineNumbers="true" %}

```scss
$pattern: (
  // "By default quantifiers like * and + are "greedy",
  // meaning that they try to match as much of the string as possible."
  any: '*', // Select all characters.
  field-type: ('value:', 'key:') // Select
);
```

{% endcode %}
