Python 2.5.2 script that add "The function starts here" to all the functions of the files of a direc
- by user248959
Hi,
i would like to replace the lines
function *{
by
function *{echo "The function starts here."
where * is what ever.
Any idea how to do that in Python?
Regards
Javi