fifth digit of string

4 views
Skip to first unread message

Jonas Riesen

unread,
Jul 4, 2020, 1:07:36 PM7/4/20
to Flutter Development (flutter-dev)
How do I get from a string for example the first digit or the 5 ? 

Andy Greenshaw

unread,
Jul 4, 2020, 1:13:11 PM7/4/20
to Flutter Development (flutter-dev), Jonas Riesen
var string = 'dartlang';
string.substring(1);    // 'artlang'
string.substring(14); // 'art'
string.substring(67); // ’n'
On 4 Jul 2020, 18:07 +0100, Jonas Riesen <jionaa...@gmail.com>, wrote:
How do I get from a string for example the first digit or the 5 ? 

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/01347378-72e3-492c-bb29-3e70127db985o%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages