Zend certified PHP/Magento developer

Looking for templated text extraction tool

I had a tool on Windows that I don’t remember the name of and wondering if someone could help.

It was a very basic Windows GUI. I used it once to convert a Cisco firewall configuration into chunks of commands for a completely different firewall vendor.

What it did was parse an existing text file (so, text extraction?), stuff it into variables and then I could define an output text file and substitute away to create a new templated file.

So for instance, multiple lines of something like this in source:

acl 100 source port destination port

I would then for instance define source as %source%

And output something like

my_mgmt_api_binary %source% %destination% %port%

Best way I can describe it. I know it’s loose.