Click here to Skip to main content
15,885,919 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi ,

I need to perform regular expression on a string. Both regular expression statement and input string can be dynamically loaded into the program.


for example :

regx expression : [^abZ]
string could be : balance .
based on the regx the string need to be transformed.


this operation will not be like validation , and matching characters.


thanks in advance
Posted
Updated 29-Aug-11 1:29am
v3
Comments
NDebata 29-Aug-11 5:54am    
What do you mean by transformation ?
TorstenH. 29-Aug-11 7:30am    
I added a homework tag - just in case. Transformation needs to be explained - and some existing code would be fine to see.
Marc A. Brown 30-Aug-11 15:18pm    
What's your question? So far you've stated the task you need to perform but haven't specified where you're having trouble. As the previous commenters have said, give us more information. Use the "Improve question" link below your question.

1 solution

Dude,

Check the following link
http://geekswithblogs.net/brcraju/articles/235.aspx[^]
 
Share this answer
 

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