Expert
What does this RegEx match : /i{,4}/gm
Author: Nick LAM YEE MANStatus: PublishedQuestion passed 194 times
Edit
0
Community Evaluations
Josselin Willette
07/02/2025
Heuuuu, vous êtes sûr que la réponse c'est "Trouve "i{,4}" dans un texte" ? Ca me parait étonnant et c'est pas ce que me dit regex101.
2
Write a regular expression that matches a character that repeats exactly 6 times.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`4
Which of the following is not a regular expression?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
Find the intruder in the following regex: `^[a-zA-Z0-9_-]+$`