Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
right: Go implementation
Line 2,205:
| <code>''string''.Substring(''string''.Length()-''n'')</code>
|[[C Sharp (programming language)|C#]]
|-
| <code>''string''[len(''string'')-''n'':]</code>
|[[Go (programming language)|Go]]
|-
| <code>''string''.substring(''string''.length()-''n'')</code>