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
Ranked #107.55K
1 Posted Topic
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 … |
The End.