Title: Acronym Replacer Plugin: Case Sensitive?
Last modified: August 18, 2016

---

# Acronym Replacer Plugin: Case Sensitive?

 *  [fuchs](https://wordpress.org/support/users/fuchs/)
 * (@fuchs)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/acronym-replacer-plugin-case-sensitive/)
 * Yet another question regarding the Acronym Replacer plugin:
    How can I activate
   the case sensitive replacement of acronyms in version 2.8 of the Acronym Replacer?
   This option is mentioned in the source code, however, is is not part of the 2.8
   replacement string and so I feel confused…

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [fuchs](https://wordpress.org/support/users/fuchs/)
 * (@fuchs)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/acronym-replacer-plugin-case-sensitive/#post-99215)
 * The default replacement strings activated in version 2.8 are the following:
    
   $text = preg_replace(“|(?!<[^<>]*?)(?<![?./&])\b$acronym\b(?!:)(?![^<>]*?>)|imsU”,”
   $acronym” , $text); $text = preg_replace(“|[$]$acronym[$]|imsU” , “$acronym” ,
   $text);
 *  Thread Starter [fuchs](https://wordpress.org/support/users/fuchs/)
 * (@fuchs)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/acronym-replacer-plugin-case-sensitive/#post-99221)
 * OK, removing the “i” from “imsU” is the solution.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Acronym Replacer Plugin: Case Sensitive?’ is closed to new replies.

 * 2 replies
 * 1 participant
 * Last reply from: [fuchs](https://wordpress.org/support/users/fuchs/)
 * Last activity: [21 years, 8 months ago](https://wordpress.org/support/topic/acronym-replacer-plugin-case-sensitive/#post-99221)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
