SaveCode.net

    Ranking
    Extension

str.length

  1. Home
  2. /
  3. Codes
  4. /
  5. none
(2)
0

str.length

source

By Stone Hammer Alexis Walter at Dec 26 2020

0

str = str.substring(0, str.length - 1);

source

By Beginner Benjamin RusselV at Apr 21 2021


Related code examples

str = str.substring(0, str.length - 1);

Code examples by languages