CIW Related Exams
1D0-437 Exam
Which one of the following choices lists valid assertions that represent places within a string?
Consider the following program code:
$Animal = Dogs bark;
package Cat;
$Animal = Cats purr;
{
package Fish;
$Animal = Fish swim;
}
package main;
print $Animal;
What is the result of executing this program code?
Regular expressions are best used for which task?