We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56165c commit 1986b10Copy full SHA for 1986b10
docs/apis/plugintypes/index.md
@@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
35
Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used:
36
37
```
38
-/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/
+/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/
39
40
41
:::
0 commit comments