Ian Marlier wrote:
Given a string that looks like this:
"This is a (string of words) that go together"

I need to turn it into this:
"This is a (stringofwords) that go together"

Which is to say, I need to match one set of characters (the
parentheses) and then do a reg-ex operation on another (the
spaces).

Thoughts?

You have some reading to do. Suggest that you start with:

    perldoc perlrequick

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to