More fixes to redneck translator.
This commit is contained in:
parent
61656bd656
commit
bcd8778c9b
@ -11,7 +11,7 @@ redneck() {
|
||||
-e "s/(^| )thing( |,|\?|\.|!|$)/\1thang\2/gI" \
|
||||
-e "s/(.\w+)ink(.*)/\1ank\2/gI" \
|
||||
-e "s/(^| )A /\1uh /gI" \
|
||||
-e "s/(.*)i([^a|^e|^u|^ble|^ck|^ll|^ndo|^on|^s].*)/\1ah\2/gI" \
|
||||
-e "s/(.*)i([^a|^e|^u|^ble|^ck|^ll|^ndo|^on|^s|^v].*)/\1ah\2/gI" \
|
||||
-e "s/(^| )(boy|dude|fellow|guy|man)([?s])( |,|\?|\.|!|$)/\1feller\3\4/gI" \
|
||||
-e "s/(^| )for( |,|\?|\.|!|$)/\1fer\2/gI" \
|
||||
-e "s/(^| )(hello|hey|hi|how's it going|hows it going)( |,|\?|\.|!|$)/\1howdy\3/gI" \
|
||||
|
Loading…
Reference in New Issue
Block a user