We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca38737 commit b73f799Copy full SHA for b73f799
cartogram/pack.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- accountRegexString = `(\d+)(/(\w+))?`
+ accountRegexString = `^(\d+)(/(\w+))?$`
16
17
18
// AccountRegex matches an account number with an optional role name
0 commit comments