Constant contractions::EXPAND_TRIPPLE_CONTRACTIONS_JSON[][src]

pub const EXPAND_TRIPPLE_CONTRACTIONS_JSON: &str = "[\n  {\n    \"find\": \"\\\\b(?i)y[\'\u{2019}`]all[\'\u{2019}`]d[\'\u{2019}`]ve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\by[\'\u{2019}`]all[\'\u{2019}`]d[\'\u{2019}`]ve\\\\b\": \"you all would have\",\n      \"\\\\bY[\'\u{2019}`]all[\'\u{2019}`]d[\'\u{2019}`]ve\\\\b\": \"You all would have\",\n      \"\\\\bY[\'\u{2019}`]ALL[\'\u{2019}`]D[\'\u{2019}`]VE\\\\b\": \"YOU ALL WOULD HAVE\",\n      \"\\\\b(?i)y[\'\u{2019}`]all[\'\u{2019}`]d[\'\u{2019}`]ve(?-i)\\\\b\": \"you all would have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]twou[\'\u{2019}`]dn[\'\u{2019}`]t(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]twou[\'\u{2019}`]dn[\'\u{2019}`]t\\\\b\": \"It would not\",\n      \"\\\\b[\'\u{2019}`]TWOU[\'\u{2019}`]DN[\'\u{2019}`]T\\\\b\": \"IT WOULD NOT\",\n      \"\\\\b(?i)[\'\u{2019}`]twou[\'\u{2019}`]dn[\'\u{2019}`]t(?-i)\\\\b\": \"it would not\"\n    }\n  }\n]\n";
Expand description

Contains contractions with three apostroph in json form (Y’all’d’ve, ’twou’dn’t)