How to trim all special charecters?

  • Автор темы Автор темы cool7878
  • Дата начала Дата начала

cool7878

Client
Регистрация
22.02.2013
Сообщения
28
Реакции
1
Баллы
3
Hi

I want to trim all these special characters from a variable \ / : * ? " < > |. Now tried the wordprocessing - trim - own characters. But it did not work. Please let me know what is the correct way to put them in that box so that it works.

Thanks
Raj
 
Use replace with regex as a match. You will have to delimit the characters and use a pipe as separator. Don't forget to delimit the last pipe so that regex engine doesn't see it as regex OR. Use nothing as replacement
 
Thank you. this perfectly worked. One more note for other users. * and ? needs to be replaced separability as text as they are used in regular expression.

Raj
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)