Hello,
I was just checking for incorrect use of capitalization. In particular, I know that the translators have sometimes accidentally written “LORD
” instead of \nd Lord\nd*
. But I was surprised that Run Basic Checks…>Capitalization didn’t catch instances of all caps.
This regex will find any two adjacent capital letters, but also returns a lot of noise. For example, book name abbrevations, language codes, and image file names.
regex:\w*[A-ZĆÄÏÜ]\w*[A-ZĆÄÏÜ]\w
(for the regex-uninitiated, [A-ZĆÄÏÜ]
means any character from A to Z, or any of the special characters Ć, Ä, Ï, and Ü- upercase only)
I looked for places to change the capitalization rules but could only find a place to approve or disaprove words with mixed capitalization (in which words in ALL CAPS do not appear).
I also searched the Paratext help files and this forum, but couldn’t find any information.
Is there currently an easy way to find words in ALL CAPS? If not, could the functionality be added? Perhaps this could show up in the mixed caps search results, even though they are technically all-caps. Or, maybe it would be better for them to have their own category.
Thanks so much!