Expert
What does this RegEx match : /i{,4}/gm
Author: Nick LAM YEE MANStatus: PublishedQuestion passed 161 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about RegEx
5
Find all the strings that match the regular expression: `/abracadabra{2,4}/gmi`3
Which of the following is not a regular expression?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_-]+$`