kjelsrud.dev/node_modules/shiki/samples/apex.sample
2023-07-19 21:31:30 +02:00

5 lines
No EOL
166 B
Text

String s1 = 'Salesforce and force.com';
String s2 = s1.remove('force');
System.debug( 's2'+ s2);// 'Sales and .com'
// From https://www.guru99.com/apex-tutorial.html