Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
What does the regular expression 'a*' match?
π‘ Hint: Think about how many 'a's can be present including none.
Question 2
Easy
What does the union operation in regular expressions indicate?
π‘ Hint: Remember the word 'or'!
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What does '(cat|dog)' match?
π‘ Hint: Consider what it means to have an alternate expression.
Question 2
True or False: The expression 'a*' must always match at least one character.
π‘ Hint: Think about the meaning of '*' in regex.
Solve and get performance evaluation
Push your limits with challenges.
Question 1
Create a regex that matches any string containing at least one digit.
π‘ Hint: Consider how to represent a digit.
Question 2
Develop a regex to match a date format 'YYYY-MM-DD'.
π‘ Hint: Think about how you would describe each part of the date.
Challenge and get performance evaluation