Hard
Which of the following answers will be found by the RegEx: /abracadabra{2,4}/gmi
Author: Nick LAM YEE MANStatus: PublishedQuestion passed 146 times
Edit
Similar QuestionsMore questions about RegEx
4
Which of the following is not a regular expression?3
Count the number of matches of the RegEx `a*` in the sentence: `I went to my grandparent house`2
Write a regular expression that matches a character that repeats exactly 6 times.2
Write a regular expression that matches anything that looks like an HTML tag.2
Find the intruder in the following regex: `^[a-zA-Z0-9_-]+$`