regexp help
From: Abhishek Dave (adave_at_coulera.com)
Date: 03/28/05
- Next message: Graeme St. Clair: "RE: Problems matching or parsing with delimiters in text"
- Previous message: Steven Schubiger: "Re: Regex against a scalar"
- Next in thread: "Wagner: "RE: regexp help"
- Maybe reply: "Wagner: "RE: regexp help"
- Reply: Hendrik Maryns: "Re: regexp help"
- Reply: Jeff 'japhy' Pinyan: "Re: regexp help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <beginners@perl.org> Date: Mon, 28 Mar 2005 20:06:38 +0530
Hello ,
i am sticking with a problem to replace all words of a file in such a =
manner that the first and second word need to interchanged.
some thing like ...
100000 100001 20000 20001 ....
so that the output file will be
100001 10000 20001 20000 ....
any helpful regex ???
thanks
- Next message: Graeme St. Clair: "RE: Problems matching or parsing with delimiters in text"
- Previous message: Steven Schubiger: "Re: Regex against a scalar"
- Next in thread: "Wagner: "RE: regexp help"
- Maybe reply: "Wagner: "RE: regexp help"
- Reply: Hendrik Maryns: "Re: regexp help"
- Reply: Jeff 'japhy' Pinyan: "Re: regexp help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]