79320640

Date: 2024-12-31 19:10:03
Score: 1
Natty:
Report link

Doh.

The simple answer is to escape the slash in my kludge as follows:

s.replaceAll('\\u002e', '.');

If there is a way to do this as part of the import line (List<String> data = File(fullName).readAsLinesSync();) I would still be interested to hear about that.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Twelve1110