Expert
How many matches will be in the sentence: "I went to my grandparent house" with the RegEx : a*
Author: Nick LAM YEE MANStatus: PublishedQuestion passed 157 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!
5
Find all the strings that match the regular expression: `/abracadabra{2,4}/gmi`4
Which of the following is not a regular expression?2
Write a regular expression that matches a character that repeats exactly 6 times.2
Find the intruder in the following regex: `^[a-zA-Z0-9_-]+$`2
Write a regular expression that matches anything that looks like an HTML tag.3
Write a regular expression to extract a file name from a path, except if the file is a .html file2
Write a RegEx that will only find the word 'test' in the sentence 'I write a testimonial about this test'