Skip to content

Commit

Permalink
added Possessive quantifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ms9698 committed Nov 18, 2024
1 parent 960c599 commit b297202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Utility methods for Schema Properties.
*/
public final class PropertiesUtil {
private static final Pattern PROPERTY_ALLOWED_CHARACTERS = Pattern.compile("[a-zA-Z0-9|-]*");
private static final Pattern PROPERTY_ALLOWED_CHARACTERS = Pattern.compile("[a-zA-Z0-9|-]*+");

private PropertiesUtil() {
// Private constructor to prevent instantiation.
Expand Down

0 comments on commit b297202

Please sign in to comment.