3 lines
77 B
Text
3 lines
77 B
Text
|
|
String myString = 'abcd';
|
||
|
|
System.debug('Size of String', myString.length());
|