We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7efad2 commit 7bfae24Copy full SHA for 7bfae24
ui/src/main/java/edu/wpi/grip/ui/codegeneration/CodeGenerationOptionsController.java
@@ -66,7 +66,7 @@ public class CodeGenerationOptionsController {
66
private Language language;
67
68
private static final String CLASS_NAME_REGEX = "^|([A-Z][a-z]*)+$";
69
- private static final String PACKAGE_REGEX = "^|([a-z]+\\.?)+$";
+ private static final String PACKAGE_REGEX = "^|([a-z]+[a-z0-9]*\\.?)+$";
70
private static final String MODULE_REGEX = "^|([a-z]+_?)+$";
71
72
@FXML
0 commit comments