Hi,
How to replace special characters using regular expressions? By special, what I mean is those symbolic characters that appear sometimes in text.
For example, in text below, I want to remove the bubble which is at the start of each line.
Passport Details
Name as on passport
Relationship
Passport Number
Date of Issue
Expiry Date
Place of Issue
Question edited : Sorry, the bubble at the start of line is no more visible.After submitting question, stackoverflow removed that special character.
Anyone knows how to replace those special characters? I dont want to replace characters like #, @ or !. These are trivial and can be typed with keyboard.
Sorry, I dont know how to put those special characters in my question.I will try to explain. In word file, we put bullets before text. I want to replace characters reprenting such characters. I have some text files which contain characters which look like bubble.
Finally, I found out the solution. This regular expression works for me
([^(A-Za-z0-9)+|\r|\n|\t|'|"|#|;|:|/|\|.|,| ])