79081044

Date: 2024-10-12 13:03:35
Score: 2
Natty:
Report link

What about this:

var text = "CanCallGet()";
var temp = text.Split("CanCall");
var result = "CanCall" + "_" + temp[1];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Lyubomir Lalov