matthiasblaesing commented on PR #5505: URL: https://github.com/apache/netbeans/pull/5505#issuecomment-1432090517
There is no underscore: https://github.com/openjdk/jdk/blob/jdk-17+35/src/java.base/share/classes/java/util/regex/Pattern.java#L178-L179 and also not here: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html#predef > \w A word character: [a-zA-Z_0-9] -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
