http://www.perlmonks.org?node_id=1013872


in reply to Re: How to get substring between first and second character
in thread How to get substring between first and second character

Oh wise Bill... your solution worked. One more related question. I need to trim the last few characters which could be either CISD or ISD, so that 'TestISD' becomes 'Test' and 'DevelopmentCISD' becomes 'Development'. What wisdom can you impart upon this poor soul?