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