Filter out Spam Words using PHP Function April 15, 2021 algorithms, php, regex No Comments Many situations we want to be able to detect if a post/comment is spam by checking to see if it contains a list of spam/forbidden words. The following provides … [Continue Reading...]
How to Match Word Boundary using SQL? July 6, 2014 database, programming languages, sql, SQL No Comments In SQL, sometimes, you want to search a string field that contains a keyword, but as a whole word. So for example, if you search for ‘word‘, you do … [Continue Reading...]