Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~557 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Tamal_1

I'm looking to build a simple text string replacement tool using visual studio 2015 community tool, which will do the below replacements on all *.txt files whose path is given in a textbox: > Find: \<figure (\d+)\> Replace: <a href id="fig\1">figure \1</a> > Find: \<table (\d+)\> Replace: <a href id="tab\1">table …

Member Avatar for Mr.M
0
557