MPSullivan
April 26th, 1999, 05:54 PM
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()
{...
Hello()
{...
|
Click to See Complete Forum and Search --> : Regular Expressions MPSullivan April 26th, 1999, 05:54 PM 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() {... ValerieB April 26th, 1999, 07:05 PM 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 val@synthcom.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |