79394182

Date: 2025-01-28 14:36:12
Score: 0.5
Natty:
Report link
[a-zA-Z](\.)[a-zA-Z]

will match for a dot encapsulated by uppercase or lowercase letters. The backslash is needed as an escape since the dot is part of regex syntax. How to replace the dot with the underscore depends on what programming language you want to perform this operation with.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bending Rodriguez