Hi,<br><br>Suppose I have a string called &quot;foobar&quot;. I want to be able to strip a specific prefix from that string and have the suffix returned to me. So if I wanted to strip &quot;foo&quot;, I would get &quot;bar&quot; back. What&#39;s the easiest way of doing this in CMake?<br>