# code-block-pro/1.9.0/build/shiki/samples/apex.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.9.0. 5 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.9.0/code/build/shiki/samples/apex.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.9.0/raw/build/shiki/samples/apex.sample
- Modified: 2022-08-22T22:25:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.9.0/code/build/shiki/samples/apex.sample#L10-L20`.

```
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
```
