Can somebody help me out with a regex problem? DevStudio 5 doesn't support \n or \t in regex searches, so how does one search across multiple lines? ie look for ")\n{" for
Hello()
{...
Printable View
Can somebody help me out with a regex problem? DevStudio 5 doesn't support \n or \t in regex searches, so how does one search across multiple lines? ie look for ")\n{" for
Hello()
{...
You should look at the Regular Expression articles in the String Section here at CodeGuru:
http://www.codeguru.com/string/index.shtml
These are very well written and may help you out a lot.
Good luck, and happy coding!
Valerie Bradley
http://www.synthcom.com/~val
[email protected]