Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Update API Test
authored
Apr 19, 2020
by
Admin
Hide whitespace changes
Inline
Side-by-side
API-Test.md
View page @
6a176e30
...
@@ -11,7 +11,9 @@ Defines maximum length for a Readingname (MAXLEN\_RN) and for a Device name (MAX
...
@@ -11,7 +11,9 @@ Defines maximum length for a Readingname (MAXLEN\_RN) and for a Device name (MAX
-
**goodDeviceName**
(positional)
-
**goodDeviceName**
(positional)
-
**goodReadingName**
(positional)
-
**goodReadingName**
(positional)
```
perl
$valid
=
goodReadingName
(
$name
);
$valid
=
goodReadingName
(
$name
);
```
This function checks if Readingname $name is a valid format which
This function checks if Readingname $name is a valid format which
means up to MAXLEN:RN and consisting of any UTF-8 character except
means up to MAXLEN:RN and consisting of any UTF-8 character except
...
...