HW: Regular Expressions- Individual Homework

 

Description

Using the e-commerce web site you created.

a)

Create and implement a php function that uses regular expressions to check the following:

The seller name:

The product name:

 

b)

Create a test driver php function to show the function you implemented in a is correct.

 

c)

Update your e-commerce web site from last homework to use the function (from a).

 

 

 

Grading