[A-Z] 2 references

References in your files
  • tools/feedback-sentence-splitter.md:124

    return /^[A-Z][A-Za-z\s\/&-]{1,40}:$/.test(stripped);

  • tools/feedback-sentence-splitter.md:203

    if (lookAhead >= text.length || /[A-Z]/.test(text[lookAhead])) {