79325747

Date: 2025-01-03 07:21:12
Score: 1
Natty:
Report link

Also if this issue appeared during send csv file, you must check encoding, because utf8 bom could be reason of it.

    if (text.startsWith("\uFEFF")) {
        text.substring(1);
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tahirhasanov