Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
I'm Working on Find and Replace Ms word using visual studio 2010 with Vb.net, For example i'm
findinga word Alumina C(Gamma) Gel.

Here Gamma is Character code ie, Alt+0947.I'm using Regexp for this
\b([Aa]lumina\s?\-?[Cc]ChrW(0947)\s?\-?[Gg]el)\b


My problem is if i type a word Alumina C(Gamma) Gel then my Regexp is working , if i Copy and paste a word

then my Regexp is not working. I think my problem is (Gamma) ie,Alt+0947.It could not be found when

i'm Copy and paste.

Experts,Suggest me to get a solution.

Thanks in advance.
Posted
Updated 12-Aug-14 18:47pm
Comments
Blutfaust 11-Aug-14 13:44pm    
You don't have to mention it. Everybody can see that there is no answer. What do you expect? 24/7 full service? In that case you have to consult a paid service.

Be patient.
[no name] 12-Aug-14 0:14am    
Not like that, i expected answers that's all

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900