I have a project that uses question and exclamation opening punctuation similar to Spanish's ¿ and ¡.
Although I can use regex:¡[a-z] and regex:¿[a-z] to find the places where these sentences begin with lowercase letters incorrectly, this seems like a job for the basic checks. Can anyone help me know how to get these punctuation marks to appear in the punctuation followed by lowercase letters inventory so I might mark them invalid?
Thank you in advance!
fork