mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
24 lines
625 B
Markdown
24 lines
625 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "regexValidation"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## regexValidation variable
|
|
|
|
### regexValidation variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
regexValidation: (pattern: string | RegExp, errorMessage?: string | undefined) => ValidationRule
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { regexValidation } from '@grafana/ui';
|
|
```
|