Search for
= (Session\(".*?"\))\.ToString
and replace with
= Cstr($1)
It captures the Session(...) portion, which becomes the $1 replacement.
solved Regex in Visual Studio 2013 [closed]
Search for
= (Session\(".*?"\))\.ToString
and replace with
= Cstr($1)
It captures the Session(...) portion, which becomes the $1 replacement.
solved Regex in Visual Studio 2013 [closed]