On Fri, Mar 2, 2012 at 4:52 PM, mallanna biradar <birada...@gmail.com>wrote:

> Hi,
>
>
> I need to help for writing small script which will search for a patter in a
> file and insert some lines after that.
>

For pattern matching and replacing, Python gives you the "re" module.
Read the online documentation, try a few examples which should help
you to get started.

http://docs.python.org/library/re.html

>
>
>
> Regards,
> Mallanna Biradar
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
--Anand
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to