Abhitocode commented on code in PR #2828:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2828#discussion_r1901876385


##########
packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/client/forms/util/StringUtils.java:
##########
@@ -36,6 +36,7 @@
 public class StringUtils {
 
     public static final String ALPHA_NUM_REGEXP = "^[a-zA-Z0-9\\-\\_]*$";
+    public static final String ALPHA_NUM_UNDERSCORE_DOT_REGEXP = 
"^[a-zA-Z0-9\\-\\_\\.]*$";

Review Comment:
   Thank you for the suggestion @jomarko , yes it makes sense. I'll update that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to