MCQs > IT & Programming > Regular Expressions With PHP Test > Suppose you pass world{2,3} as a pattern to be matched to a specified string as shown in the code snippet below: $pattern = world{2,3}; Which of the following strings does not match the above pattern?

Regular Expressions With PHP Test MCQs

Suppose you pass "world{2,3}" as a pattern to be matched to a specified string as shown in the code snippet below:

$pattern = "world{2,3}";

Which of the following strings does not match the above pattern?


Answer

Correct Answer: world

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Regular Expressions With PHP Test Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Regular Expressions With PHP Test MCQ Questions

search

Regular Expressions With PHP Test Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it