Skip to content

Commit

Permalink
Update less.textproto
Browse files Browse the repository at this point in the history
Add newly supported regexp to type 9 Designation
  • Loading branch information
trincty authored Sep 13, 2023
1 parent 031aeb3 commit cd26850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/textproto/less.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type_rule {
rule {
field: "Designation"
validations {
regexp_validate: "^(PE|M2_)\\d+$"
regexp_validate: "^((PE|M2_)\\d+|PE\\d_IO[01])$"
}
}
rule {
Expand Down

0 comments on commit cd26850

Please sign in to comment.