Supposed there are a few lines on a Word document.
Code:
[1990]File[US]
[1991]File[UK]
[1992]File[JP]
In Search & Replace, I typed:
Code:
Find:
\[[0-9]{4}\]
Replace:
???
I wonder what to input in Replace if I want to change [1990] to (1990), [1991] to (1991) and [1992] to (1992).
Any help is appreciated.