<div>Hello! Can you, please, help me with regex?</div><div><br></div><div>I have the string, for example, &quot;aaa111/bbb222/ccc333&quot;.</div><div>As the result of regex I want to get &quot;aaa111&quot;, but I can&#39;t set proper expression..</div>
<div><br></div>string (REGEX REPLACE &quot;^(.*/)?&quot; &quot;&quot; folder ${folder}) ?