Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wildcard replace function

Status
Not open for further replies.

serializer

Programmer
May 15, 2006
143
0
0
SE
I am searching for a way to replace with wildcards. For example:

Original-string Destionation-file-mask Result
apa.exe *.txt apa.txt
apa.exe b*.txt bapa.txt
apa.exe *b.txt apab.txt

Any smart quick way to do this? Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top