Solution 11

Main | Arrays | Practice 8 | Solution 8 | Associative Arrays | Practice 9 | Solution 9 | Regular Expressions | Practice 10 | Solution 10 | More Regular Expressions | Practice 11 | Solution 11

The regular expressions that you had to define in order to complete Practice 11 are the following:


$regex = '/\s/';
$regex = '//';
$regex = '/[\+\*\/\-]/';
$regex = '/\//';

This completes the third of four modules for WBM-527.


jfulton [at] member.fsf.org
22 Aug 2013