NonTube Software (www.NonTube.com)
Multiple Find And Replace
Dynamic Variables Help

 
 Who needs Dynamic Variables?
We suggest Dynamic Variables to be used by web developers and advanced users.
 
 What are Dynamic Variables?
$fullfilename Indicates full filename. Ex: c:\myweb\public\pcutil.htm
$file Indicates filename without extension. Ex: pcutil
$filename Indicates filename. Ex: pcutil.htm
$fileext Indicates file extension. Ex: htm
$filedir Indicates file directory. Ex: c:\myweb\public
 

 Usage Example
(If all of your web pages include a static text, you can add a refresh text with ease. Use your imagination for others.)

Find Copyright (c) John Smith
Replace To <a href="$filename">Refresh This Page</a><br><br>Copyright (c) John Smith


Copyright © 2008, NonTube.com
All Rights Reserved