normalizeApostrophe method

  1. @useResult
String normalizeApostrophe()

Returns a new string with apostrophe variants replaced by a standard single quote. Audited: 2026-06-12 11:26 EDT

Implementation

@useResult
String normalizeApostrophe() => replaceAll(_apostropheRegex, "'");