Hello monks
I have a simple problem
Basically i am reading a file and i am searching each line of the file for a pattern like &#[\d]{5}. but the problem is i dont know hom many of this pattern will be there in the line. I would like to replace each of these with a different pattern.
Any help appreciated
Thanks