abhisripathi commented on PR #1390:
URL: https://github.com/apache/commons-lang/pull/1390#issuecomment-2909401570

   Thanks for the review! I submitted countUpperCaseLetters() as a 
complementary utility to isAllUpperCase().
   While isAllUpperCase() checks for a boolean condition, 
countUpperCaseLetters() can help when working with formatting logic, enforcing 
constraints (e.g., "must have at least 2 uppercase letters"), or parsing 
strings in cases like:
   
   Password strength checks
   
   Name formatting validations
   
   Analyzing document content
   
   If this still feels too specific, I totally understand and am happy to close 
this PR or reframe it.


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to