Closed MaciejLitwiniec closed 12 months ago
Hello MaciejLitwiniec,
We have made improvements to this article. Thank you for your feedback!
I would also remove dot from end of example. It is not value adding while it can introduce an error.
Thank you. We fixed the page.
There seems to be a typo in given example.
In regular expressions, the asterisk * is a quantifier that means "zero or more occurrences of the preceding element." However, in the regex pattern you've provided, the asterisk appears to be placed outside of the regular expression itself and not in the context of its usual function within a pattern.