Medium
What does this RegEx match : /<([^><]+)>/gmi
Author: Nick LAM YEE MANStatus: PublishedQuestion passed 129 times
Edit
2
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 to extract a file name from a path, except if the file is a .html file2
Count the number of matches of the RegEx `a*` in the sentence: `I went to my grandparent house`