Skip to content

Commit c51aa2b

Browse files
author
Radovan Janjic
committed
Update README.md
1 parent 85ed95a commit c51aa2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ This class implements a generic MySQL database access wrapper.
2929
* [Import and update CSV to Table](#import-and-update-csv-to-table)
3030
* [Create table from CSV file](#create-table-from-csv-file)
3131
* [Do str_replace in given database, table or defined columns in table](#string-search-and-replace-in-all-or-defined-table-columns)
32-
* [Search array & Replace string](#string-search-and-replace-in-all-or-defined-table-columns)
33-
* [Search array & Replace array](#string-search-and-replace-in-all-or-defined-table-columns)
34-
* [Search array of columns (Search array & Replace array) return count of updated fielsd](#string-search-and-replace-in-all-or-defined-table-columns)
32+
* [Search string & replace string](#string-search-and-replace-in-all-or-defined-table-columns)
33+
* [Search array & replace string](#string-search-and-replace-in-all-or-defined-table-columns)
34+
* [Search array & replace array](#string-search-and-replace-in-all-or-defined-table-columns)
35+
* [Search array of columns (search array & replace array) return count of updated](#string-search-and-replace-in-all-or-defined-table-columns)
3536
* [String multiple columns](#string-search-and-replace-in-all-or-defined-table-columns)
3637
* [All columns in table](#string-search-and-replace-in-all-or-defined-table-columns)
3738
* [Whole database](#string-search-and-replace-in-all-or-defined-table-columns)

0 commit comments

Comments
 (0)