Regular expression - string manipulation

Hi guys

my string is "..\Waves.Site.Payment\Waves.Site.Payment.csproj"

and i want to Get only the Waves.Site.Payment string

i try all string optionin FB 6 but come with no result

 

if regular expression  was avalible i would use the .*\\(.*).csproj

please adviced.

thanks _+_+ yaniv

 Hi Yaniv,

You can use the Text/Find Replace action to perform the match. I've attached an example project which shows how.

Regards,
Paul.

RegexExample.fbz6 (2.051 KB)