rspec/rules/S115/plsql/parameters.adoc
2022-02-01 12:25:23 +00:00

12 lines
128 B
Plaintext

=== Parameters
.regexp
****
----
[a-zA-Z]([a-zA-Z0-9_]*[a-zA-Z0-9])?
----
The regular expression the name should match.
****