. (dot) It's going to search for any character inside your string. You can see that the regex found 48 occurrences on the string provided. If you want to find the .(dot) itself, you need to use the \ escape character. Like \.If you want to use any k...
wcds.hashnode.dev2 min readNo responses yet.