File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
version-4.1/apis/plugintypes
version-4.4/apis/plugintypes
version-4.5/apis/plugintypes
version-5.0/apis/plugintypes Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
35
35
Plugin name validation takes place in ` core_component::is_valid_plugin_name() ` and the following regular expression is used:
36
36
37
37
```
38
- /^[a-z](?:[a-z0-9_](?!__))*[]( a-z0-9) +$/
38
+ /^[a-z](?:[a-z0-9_](?!__))*[a-z0-9] +$/
39
39
```
40
40
41
41
:::
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
35
35
Plugin name validation takes place in ` core_component::is_valid_plugin_name() ` and the following regular expression is used:
36
36
37
37
```
38
- /^[a-z](?:[a-z0-9_](?!__))*[]( a-z0-9) +$/
38
+ /^[a-z](?:[a-z0-9_](?!__))*[a-z0-9] +$/
39
39
```
40
40
41
41
:::
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
35
35
Plugin name validation takes place in ` core_component::is_valid_plugin_name() ` and the following regular expression is used:
36
36
37
37
```
38
- /^[a-z](?:[a-z0-9_](?!__))*[]( a-z0-9) +$/
38
+ /^[a-z](?:[a-z0-9_](?!__))*[a-z0-9] +$/
39
39
```
40
40
41
41
:::
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
35
35
Plugin name validation takes place in ` core_component::is_valid_plugin_name() ` and the following regular expression is used:
36
36
37
37
```
38
- /^[a-z](?:[a-z0-9_](?!__))*[]( a-z0-9) +$/
38
+ /^[a-z](?:[a-z0-9_](?!__))*[a-z0-9] +$/
39
39
```
40
40
41
41
:::
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
35
35
Plugin name validation takes place in ` core_component::is_valid_plugin_name() ` and the following regular expression is used:
36
36
37
37
```
38
- /^[a-z](?:[a-z0-9_](?!__))*[]( a-z0-9) +$/
38
+ /^[a-z](?:[a-z0-9_](?!__))*[a-z0-9] +$/
39
39
```
40
40
41
41
:::
You can’t perform that action at this time.
0 commit comments