Categories
Tags → Sql Regular Expressions

Regular Expressions for MS SQL server

The Regular Expressions for MS SQL Server offer an extremely powerful way to search, replace, format and extract text data inside a string using sophisticated search criteria. For example, you can search for whole words, or find a match with some pat...
DETAILS

A Simple Web Search Engine

This article shows you how to use PHP and a MySQL (or any SQL database) to create your own basic search engine. Covers creating SQL tables, Using regular expressions to match keywords, Connecting to the database, and Returning the results.
DETAILS
©2003-2019 jCay.com