kOnlyLetterPattern top-level constant

String const kOnlyLetterPattern

Implementation

const kOnlyLetterPattern = r'[^\w\s]+';