I was taking a test in upwork. There I got the following question:
Consider the following code:
body{text-replace: "a" "b" "b" "c"}What will be the output of the following string if the text replace style is implemented?
andy lives behind cafe
- ndy lives behind cbfe
- cndy lives cehind ccfe
- andy lives behind cafe
- andy lives cehind bafe
I couldn't find any reference for the text-replace property in css.