Steve Lympany
2016-10-13 15:23:42 UTC
main() {
List SL=''.split('_');
int len=SL.length;
print("SL= $SL");
print("Length = $len");
outputs :
SL= []
Length = 1
The length should be zero.
cheers
Steve
List SL=''.split('_');
int len=SL.length;
print("SL= $SL");
print("Length = $len");
outputs :
SL= []
Length = 1
The length should be zero.
cheers
Steve
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.