SingingBush commented on code in PR #41:
URL: https://github.com/apache/xerces-j/pull/41#discussion_r2465951483
##########
src/org/apache/xerces/impl/xpath/regex/REUtil.java:
##########
@@ -95,6 +95,13 @@ static final int getOptionValue(int ch) {
return ret;
}
+ /**
+ * Parses the regular expression options.
+ *
+ * @param opts a string of regular expression options consisted of "i" "m"
"s" "u" "w" "," "X" or null
Review Comment:
I'll change to 'consisting' and keep the doc as it could be handy for people
working on the repo
--
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]