diff --git a/docs/apis/plugintypes/index.md b/docs/apis/plugintypes/index.md index ea9977def0..12aaf9f599 100644 --- a/docs/apis/plugintypes/index.md +++ b/docs/apis/plugintypes/index.md @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored. Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used: ``` -/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/ +/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/ ``` ::: diff --git a/versioned_docs/version-4.1/apis/plugintypes/index.md b/versioned_docs/version-4.1/apis/plugintypes/index.md index b6760e56b1..604d6020c3 100644 --- a/versioned_docs/version-4.1/apis/plugintypes/index.md +++ b/versioned_docs/version-4.1/apis/plugintypes/index.md @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored. Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used: ``` -/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/ +/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/ ``` ::: diff --git a/versioned_docs/version-4.4/apis/plugintypes/index.md b/versioned_docs/version-4.4/apis/plugintypes/index.md index a959a5a68a..163d17d052 100644 --- a/versioned_docs/version-4.4/apis/plugintypes/index.md +++ b/versioned_docs/version-4.4/apis/plugintypes/index.md @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored. Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used: ``` -/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/ +/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/ ``` ::: diff --git a/versioned_docs/version-4.5/apis/plugintypes/index.md b/versioned_docs/version-4.5/apis/plugintypes/index.md index a959a5a68a..163d17d052 100644 --- a/versioned_docs/version-4.5/apis/plugintypes/index.md +++ b/versioned_docs/version-4.5/apis/plugintypes/index.md @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored. Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used: ``` -/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/ +/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/ ``` ::: diff --git a/versioned_docs/version-5.0/apis/plugintypes/index.md b/versioned_docs/version-5.0/apis/plugintypes/index.md index ea9977def0..12aaf9f599 100644 --- a/versioned_docs/version-5.0/apis/plugintypes/index.md +++ b/versioned_docs/version-5.0/apis/plugintypes/index.md @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored. Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used: ``` -/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/ +/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/ ``` :::