sbp commented on issue #166:
URL: 
https://github.com/apache/tooling-trusted-release/issues/166#issuecomment-2970531940

   Resolved by 706f5ffd8e0e783cd4310a77d4fb22c1e25b00e5. This issue followed on 
from #154.
   
   The regular expressions being used are:
   
   ```
       r_pascal_case = re.compile(r"^([A-Z][0-9a-z]*)+$")
       r_camel_case = re.compile(r"^[a-z]*([A-Z][0-9a-z]*)+$")
       r_mod_case = re.compile(r"^mod(_[0-9a-z]+)+$")
   ```
   
   These are conveyed to users as PascalCase, camelCase, and mod_ case.
   


-- 
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: dev-unsubscr...@tooling.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org
For additional commands, e-mail: dev-h...@tooling.apache.org

Reply via email to