kjelsrud.dev/node_modules/shiki/samples/apex.sample

5 lines
166 B
Text
Raw Normal View History

2023-07-19 21:31:30 +02:00
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