i need to find
sessionOpen(0, (int *)(&SessionId));
and replace the same as follows,
sessionOpen(
\#if USE_MULTIPLE_DB
0,
\#endif
(int *)(&SessionId));
how can i achieve this using regular expression search and replace method????