prince-text-replace: none | [ "search" "replace" ]+
Initial value |
none
|
---|---|
Applies to | all elements |
Inherited | no |
body {
prince-text-replace: "s" "\017F"
"\017F\20" "s\20";
}
This property can be used to replace a character string with another one. In the above example, all occurences of "s" are replaced with the "long s", except if in the end of a word, where the replacement is reversed.