Expert
Which RegEx(s) to use if I only want to retrieve a file name (e.g. retrieve "logo" from "logo.png") EXCEPT if the file is a .html file
Author: Nick LAM YEE MANStatus: PublishedQuestion passed 124 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!
4
Which of the following is not a regular expression?2
Write a RegEx that has the same behavior as trim (JS) or strip(Python)5
Find all the strings that match the regular expression: `/abracadabra{2,4}/gmi`2
Find the intruder in the following regex: `^[a-zA-Z0-9_-]+$`2
Write a regular expression that matches a character that repeats exactly 6 times.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 anything that looks like an HTML tag.