[gedit-list] Text manipulation



Hi all!!!

I'm looking for a library to manipule text. Like gedit snippets plugin do:

for (int {0:variable}=0;{0:variable}<10;{0:variable}++){
}

I need replace all {0:variable} with a especific text. I have many way
to do it but i want do it with some library  that interpreted
{0:variable} text and replace it or somethink like:

   .- search all {n:*} variables
   .- replace all {n:***able} with chuchi

Something like regex... What do you think?

I don't know if i explain too well, If not, i try to do it better :)

Thanks all!!!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]