The Dot Character in a Character Set – What Does It Match?
Given is the following regular expression: Note the dot character inside the character set. As you may know, the dot metacharacter matches an arbitrary character if it is used outside a character set. But what does it match if you place the dot character inside a regex character set? The answer is that the dot … Read more