I wanna change some topics for italic and underline.
From this:
(1) Constitution: the vast majority of contemporary constitutions describe the basic principles of the state, the structures and processes of government and the fundamental rights of citizens in a higher law that cannot be unilaterally changed by an ordinary legislative act. This higher law is usually referred to as a constitution.
To this:
(1) Constitution: the vast majority of contemporary constitutions describe the basic principles of the state, the structures and processes of government and the fundamental rights of citizens in a higher law that cannot be unilaterally changed by an ordinary legislative act. This higher law is usually referred to as a constitution.
To do so, I'm trying to use these wildcards:
Find what: (()(*)(:)
Replace with: \1\2\3 with font italic and underline
However, it appears the following error: "The find what text contains a pattern match expression which is not valid".
How can I solve this problem?