On Friday, 4 March 2022 at 07:55:18 UTC, forkit wrote:
If you get this question at an interview, please remember to first ask whether it's ascii or unicode 😀

```d
auto UTFsample = `
1 İş 100€, 1.568,38 Türk Lirası
çarşıda eğri 1 çöp 4lınmaz!`;

UTFsample.splitNumbers.writeln; // [1, 100, 1, 568, 38, 1, 4]
```

Reply via email to