Regex - Match Any Character or Set of Characters
howtodoinjava.com › java › regexOct 27, 2021 · 1. Matching a Single Character Using Regex. By default, the '.' dot character in a regular expression matches a single character without regard to what character it is. The matched character can be an alphabet, a number or, any special character. To create more meaningful patterns, we can combine the dot character with other regular expression ...