сб, 5 дек. 2020 г. в 05:12, Sam Whited <s...@samwhited.com>:
>
>
>
> On Fri, Dec 4, 2020, at 23:34, Andrew Nenakhov wrote:
> > 4. Start = first character (inclusive) and length = length of a
> >    substring.
>
> This is the same as "1. Start = first character (inclusive), end = last
> character (exclusive);"

No.

string: abcdefgh

4. start = 3, length = 2. Result: de

With 1, it would be:

1. start = 3, end = 5. Result: de




-- 
Andrew Nenakhov
CEO, redsolution, OÜ
https://redsolution.com
_______________________________________________
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
_______________________________________________

Reply via email to