Urara-Blog/node_modules/.pnpm-store/v3/files/59/bff82ee4f5c3a454106b620a7d712fcd86311aaf9afbbcf43791a4b0cb6e3bbcaac4edd9e4659272434ff639004777c485035fec4293852d831b9c9cedff6c
2022-08-14 01:14:53 +08: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