[header]
language = idi
charset = utf-8

[data]
#
# avoid '.' at the end when an audio file is inserted
!(audio=\".*\"\\)+(\.)! --> "$1"
#
/\bS\.\s*Parman\b/ --> "s parman" 
/\bH\.\s*Agus\b/   -->   "haji agus"
/\bTj\./   -->   "tanjung"
/\bKh\./   -->   "kyai haji"
/\bJend\./   -->   "jenderal"
/\bno[\.]?\s+telp?[\.]?\b/i   -->   "\x1b/+no.'mor\x1b/+ telepon"
/\bno(\s+\d+)/   -->   "\x1b/+no.'mor\x1b/+ $1"
