Main > Free Download Search >

Free replace script

replace

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 162
Replace hard breaks

Replace hard breaks


Replace hard breaks will replace hard break or to so it shows up properly in the html document that is displayed more>> Replace hard breaks brings you a convenient application which is able to replace hard break or to so it shows up properly in the html document that is displayed. nl2br doesn't always work if you submit html in a textare<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
PERL replace function

PERL replace function


This is a simple script that shows how to create a Replace Subroutine and call it from a script more easily by supplying 3 parameters EX: &Replace($FullString, $SearchThis, $ReplaceWithThis), similar more>> This is a simple script that shows how to create a Replace Subroutine and call it from a script more easily by supplying 3 parameters EX: &Replace($FullString, $SearchThis, $ReplaceWithThis), similar to the VBScript function.<<less
Added: 2007-08-03 License: Freeware Price: Free
838 downloads
Recursive Text Replacer 1.0

Recursive Text Replacer 1.0


Replaces all occurrences of the search string with the replacement string in files matching specified mask. You may meed this tool to replace your Google AdSense Id or some affiliate code in all files on the server. more>> Replaces all occurrences of the search string with the replacement string in files matching specified mask. You may meed this tool to replace your Google AdSense Id or some affiliate code in all files on the server.<<less
Added: 2006-07-15 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Recursive Text Replacer
License:Freeware
Download
1199 downloads
Added: 2006-07-15
ScrollbarReplacement 0.3

ScrollbarReplacement 0.3


This script will replace the normal scrollbars of the browser... Works in MSIE 5 or higher and Mozilla 1.3 or higher and Netscape 6 or higher. Layout can be configured with css. more>> This script will replace the normal scrollbars of the browser... Works in MSIE 5 or higher and Mozilla 1.3 or higher and Netscape 6 or higher. Layout can be configured with css.<<less
Added: 2005-02-18 License: GPL Price: $0.00USD
13 downloads
Regular Expression Replace Function

Regular Expression Replace Function


A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one more>> A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one that can call the first function multiple times, each time with a different pattern.<<less
Added: 2005-04-16 License: Freeware Price: FreeAdditionalInfoCopystealforanypurpose,forfree.
1661 downloads
Regex Replace - ReReplace.com 1.4.3

Regex Replace - ReReplace.com 1.4.3


WFFR is a simple yet powerful web based find & replace utility. It can search a text file and highlight matches, independently color backreferences, preview find/replace changes and perform find/replace routines on your text. All more>> WFFR is a simple yet powerful web based find & replace utility. It can search a text file and highlight matches, independently color backreferences, preview find/replace changes and perform find/replace routines on your text. All search/replace/settings can be saved as a bookmark for reuse. Regular expressions can also be disabled for performing simple highlighting.<<less
Added: 2004-12-24 License: Free Non-Commercial Price: $0.00USD
19 downloads
Replace relative HTML links to absolute

Replace relative HTML links to absolute


Simple replace function - replaces relative links to absolute base links in HTML href and src attributes and a, img and link tags. It works in ASP or WSH. more>> Simple replace function - replaces relative links to absolute base links in HTML href and src attributes and a, img and link tags. It works in ASP or WSH.<<less
Added: 2005-09-14 License: Freeware Price: Free
1511 downloads
WordPress SynContent Replacer 1.05.07

WordPress SynContent Replacer 1.05.07


The SynContent Plugin is a WP add-on that replaces the WP content (posts and pages) with synonymous words based on a built-in database. SynContent is in fact a great add-on for those WP admins that are retrieving content from external sources (like more>> The SynContent Plugin is a WP add-on that replaces the WP content (posts and pages) with synonymous words based on a built-in database. SynContent is in fact a great add-on for those WP admins that are retrieving content from external sources (like RSS feeds, Auto Content Generators and/or manually copy/paste) to avoid duplicated content since SynContent will replace every word that matchs the database with a synonymous from its thesaurus DB. SynContent will not replace words in tags and titles in order to preserve the current link structure and search engine listings, that means that your permalinks will never be affected. SynContent has the ability to set some post (or pages) NOT to be rewritten with synonymous, this way admins can set which content they want to be avoided from being edited by the plugin. It also allows admins to set a list of words that they dont want to be compared and replaced allowing administrators to keep their keyword density intact for search engines.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
15 downloads
Using the replace function to implement a replaceAll function.

Using the replace function to implement a replaceAll function.


This tip demonstrates different ways of implmenting a replaceAll and discusses their pros and cons. It shows both the easiest "set & forget" method as well as demonstrating the best way to code for maximum performance. more>> This tip demonstrates different ways of implmenting a replaceAll and discusses their pros and cons. It shows both the easiest "set & forget" method as well as demonstrating the best way to code for maximum performance.<<less
Added: 2006-08-14 License: Freeware Price: $0.00USD
11 downloads
Find And Replace - Regular Expression (REGEXP) Online Tool. 2.0

Find And Replace - Regular Expression (REGEXP) Online Tool. 2.0


Recursively searches the contents of files for a particular string, and replaces that string with whatever you like. Ability to first preview, and then to include/exclude files (or lines) which you want edited. The quick-n-simple version allows you to more>> Recursively searches the contents of files for a particular string, and replaces that string with whatever you like. Ability to first preview, and then to include/exclude files (or lines) which you want edited. The quick-n-simple version allows you to just paste text into a textarea, and apply regular expressions to it (includes REG-EXP examples).<<less
Added: 2005-05-05 License: Freeware Price: $0.00USD
14 downloads
jQuery Alert Dialogs (Alert, Confirm, and Prompt Replacements) 1.0

jQuery Alert Dialogs (Alert, Confirm, and Prompt Replacements) 1.0


This jQuery plugin aims to replace the basic functionality provided by the standard JavaScript alert(), confirm(), and prompt() functions. Whats the benefit of using custom methods? Well, a few good reasons, really: - These are completely more>> This jQuery plugin aims to replace the basic functionality provided by the standard JavaScript alert(), confirm(), and prompt() functions. Whats the benefit of using custom methods? Well, a few good reasons, really: - These are completely customizable via CSS (which can make your apps look much more professional) - You can set a custom title for each dialog - IE7 users get an ugly warning and usually have to reload the page if you use a regular prompt() These methods simulate a true modal dialog box. They will automatically re-position themselves if you resize the browser window (unlike many existing dialog/lightbox-style plugins). If you include the jQuery UI Draggable plugin, the dialogs can be moved by dragging their title bars. Everything you need to produce the dialogs in the demonstration is included in the download.<<less
Added: 2009-01-01 License: GPL Price: $0.00USD
16 downloads
Breadcrumbs 2.4.2

Breadcrumbs 2.4.2


Highly Configurable breadcrumbs script that takes your directory structure and does whatever you want with it!! Features: "Homepage Naming", "Symbol Separators", "Case Formatting", "Show Filename", "Hide File Extension", "Special Formatting", "Use more>> Highly Configurable breadcrumbs script that takes your directory structure and does whatever you want with it!! Features: "Homepage Naming", "Symbol Separators", "Case Formatting", "Show Filename", "Hide File Extension", "Special Formatting", "Use Images", "Directory Aliasing", "Filename Aliasing", "Link If Index", "Use CSS Styles", "Replace Directory Underscores", "Hide Directory from Breadcrumb", "Link Filename", "Frameset Target", "Remove current directory link", Works with personal sites that use ~ in the URL<<less
Added: 2003-06-20 License: Other Price: 0.00
16 downloads
 
Other version of Breadcrumbs
Breadcrumbs", "Link If Index", "Use CSS Styles", "Replace Directory Underscores", "Hide Directory from Breadcrumb", "Link Filename", "Frameset Target", "Remove current directory link", Works with
Price: FreeAdditionalInfoDonationware
License:Other Free / Open Source License
Download
2330 downloads
Added: 2003-06-20
Colorful Uploader 1.0

Colorful Uploader 1.0


* Hide the original and dull upload field. * Replace with a colorful and custom button one! * Includes 2 button styles. more>> * Hide the original and dull upload field. * Replace with a colorful and custom button one! * Includes 2 button styles.<<less
Added: 2006-10-21 License: LGPL Price: $0.00USD
12 downloads
Replacing single quotes in SQL scripts

Replacing single quotes in SQL scripts


Single quote could be very harmful and broke down your all application. Any one can easily inject any damageful code into your sql script. To combat the threat of SQL injection, escape the single quot more>> Single quote could be very harmful and broke down your all application. Any one can easily inject any damageful code into your sql script. To combat the threat of SQL injection, escape the single quotes using the Replace function.<<less
Added: 2006-09-06 License: Freeware Price: Free
1143 downloads
Word Filter

Word Filter


Detailed tutorial on making a PHP Badwords filter. In this tutorial you will learn more about arrays and replacing strings. more>> Detailed tutorial on making a PHP Badwords filter. In this tutorial you will learn more about arrays and replacing strings.<<less
Added: 2007-01-15 License: Freeware Price: FreeAdditionalInfoFREE
1041 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5