normalizeApostrophe method

  1. @useResult
String normalizeApostrophe()

Returns a new string with apostrophe variants replaced by a standard single quote.

Implementation

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