set a special character designer
Hello,
I would like to create a character designer adding automatically “underline + quotation mark” to a selected text. How to do it ?
Hello,
I would like to create a character designer adding automatically “underline + quotation mark” to a selected text. How to do it ?
Hi,
You could select text and then add the brackets with the help of regular expressions.
In the Search field enter:
(.+)
Then select Regular Expressions.
Replace it with text and enter:
($1)
As Look-In select Selection.
Then click Find (important! When you do not click Find, this does not work) and then Change.
The brackets in the Search field means that this is an entity. The dot means any character, the + that there is more than a single character.
The $1 in the Replace field means that this entity should be inserted. The brackets around $1 are the brackets which you want to add.
Best regards, Winfried
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.