how can i change all my relative img src paths to absolute paths but only relative paths(<img src="{dir}> or <img src="../{dir}> or <img src="(../..)* /{dir}>) are affected not absolute path (<img src="http://....>) as they get resouce from external world. any idea? i'm new in regex. i badly need this solution. thanks in advance.