Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
added hint -> case sensitive search&replace
Browse files Browse the repository at this point in the history
  • Loading branch information
seybsen committed Mar 4, 2012
1 parent 5884221 commit 3506a49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

<cfset dbr = new databasereplacr() />
<cfset dbr.datasource = "mydsn" />
<cfset info = dbr.ReplaceInDB("foo","bar") />
<cfset info = dbr.ReplaceInDB("foo","bar") />

The replace is case sensitive and uses MySQL's [REPLACE-Function][1]

[1]: http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_replace

0 comments on commit 3506a49

Please sign in to comment.