Input:
The following URL creates a new employee demo.tools.krds.com/dispatch_ws.php?action=create
Expected POST data to create a new employee is name and type
Web service returns HTTP 201 CREATED response code if employee creation is successful
Output:
Create a new employee and output “OK” to the browser if and only if creation is successful
Guidelines
Use PHP & CURL only
4. Regular expressions
4.1. Data extracting
Input:
An example text:
On February 13, 2009, at exactly 23:31:30 (UTC) the decimal representation of Unix time was equal to 1234567890. Parties and other celebrations were held around the world, among various technical subcultures, to celebrate this day.
Output:
Output to the browser all numbers greater than 4 digits contained in the given input text using PHP.
Guidelines
Use regular expressions
Of course, the output must work whatever is the text given as input
4.2. Data replacing
Input:
The following text:
During the day, Damien is working.
Output:
From the given input, output the following text to the browser:
Damien is happy to work.
Guidelines
Use regular expressions functions only
No more than 2 lines of code expe
Last edited by Mittineague; Mar 6, 2013 at 13:10.
Reason: OP forgot to turn off auto-link in homework problem
Is this a homework assignment? If so, why don't you try and work it out? Then post your code and the problem you are experiencing and allow us to help you. We will not do it for you.
Bookmarks