Tagged Questions
0
votes
1answer
196 views
Normalizing strings for text matching with preg_replace
I'm performing a pretty simple text matching between a set of names from my MySQL db and a set of strings from a CSV file. Before the actual comparison, I run preg_replace with an array of options to ...
0
votes
1answer
113 views
Problem with stristr text matching in PHP
I'm running a fairly simple script which tries to match strings from a csv file with potential matches in a mysql table (collation: ut8_general_ci). For each row in the csv file, I pull out the ...