[A-Z] 2 references
References in your files
-
tools/feedback-sentence-splitter.md:124return /^[A-Z][A-Za-z\s\/&-]{1,40}:$/.test(stripped);
-
tools/feedback-sentence-splitter.md:203if (lookAhead >= text.length || /[A-Z]/.test(text[lookAhead])) {