Skip to content

Instantly share code, notes, and snippets.

@christiannagel
Created July 10, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannagel/328c0a97f4c16eb00e6c06d7c7ce8f75 to your computer and use it in GitHub Desktop.
Save christiannagel/328c0a97f4c16eb00e6c06d7c7ce8f75 to your computer and use it in GitHub Desktop.
The new C# 8 range syntax
string lazyDogs3 = text1[^9..^0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment