| 12345678910111213141516171819202122232425262728293031323334353637383940414243 | 
							- extends: substitution
 
- message: "Prefer '%s' over '%s'."
 
- level: warning
 
- ignorecase: true
 
- action:
 
-   name: replace
 
- swap:
 
-   '(?:agent|virtual assistant|intelligent personal assistant)': personal digital assistant
 
-   '(?:drive C:|drive C>|C: drive)': drive C
 
-   '(?:internet bot|web robot)s?': bot(s)
 
-   '(?:microsoft cloud|the cloud)': cloud
 
-   '(?:mobile|smart) ?phone': phone
 
-   '24/7': every day
 
-   'audio(?:-| )book': audiobook
 
-   'back(?:-| )light': backlight
 
-   'chat ?bots?': chatbot(s)
 
-   adaptor: adapter
 
-   administrate: administer
 
-   afterwards: afterward
 
-   alphabetic: alphabetical
 
-   alphanumerical: alphanumeric
 
-   anti-aliasing: antialiasing
 
-   anti-malware: antimalware
 
-   anti-spyware: antispyware
 
-   anti-virus: antivirus
 
-   appendixes: appendices
 
-   artificial intelligence: artificial intelligence
 
-   assembler: assembly language
 
-   bpp: bpp
 
-   bps: bps
 
-   caap: CaaP
 
-   conversation-as-a-platform: conversation as a platform
 
-   eb: EB
 
-   gb: GB
 
-   gbps: Gbps
 
-   kb: KB
 
-   keypress: keystroke
 
-   mb: MB
 
-   pb: PB
 
-   tb: TB
 
-   zb: ZB
 
-   viz: namely
 
-   ergo: therefore
 
 
  |