hi, i have this regex:

\.(?!.png|.log)[^.]*$


how can i replace the .before png and log with nothing? the problem is,
the alternation can be longer, like that:

\.(?!.png|.log|.txt|.c|.cpp and so on )[^.]*$

how could i do that?

THANKS:-)

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to