MCQ Practice
All Countries ๐ Mcq University Model MCQ Single Answer ENGLISH PHP INTRODUCTION TO PREG IN PHP 2025
Focused practice with instant answer feedback, progress tracking, and community notes in one consistent workspace.
Answer feedback follows the same pattern everywhere on BrainBoost.
Green means correct, red means incorrect, and your selected answer is underlined in purple.
Question Set
Interest
Timer
Question
Q: What will be the output if we replace the line $num = preg_grep('/[0-5]/', $number); with $num = preg_grep('/[0-5]/', $number, PREG_GREP_INVERT);?
This question tests understanding of the PREG_GREP_INVERT flag in preg_grep().