Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Different languages have different String Substrings #90

Open
JoshuaKGoldberg opened this issue Sep 8, 2015 · 0 comments
Open

Different languages have different String Substrings #90

JoshuaKGoldberg opened this issue Sep 8, 2015 · 0 comments

Comments

@JoshuaKGoldberg
Copy link
Member

Take "abcdefg".substring(1, 3):

  • C# - "bcd"
  • JavaScript - "bc"

:(

@JoshuaKGoldberg JoshuaKGoldberg added this to the Complete Dogfood milestone Sep 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant