- Posted by
- Try this (Unix Syntax): ^M \[.*\pM( )+\[ Is this what you want? If not please provide more examples. ed.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- edd__
Jan 05, 2006
- Use this for parenthesis: ([~(]) and ([~)]) It worked for me, Unix Syntax.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- edd__
Jan 05, 2006
- Hey guys thank you a lot, I took a bit of each and finally got a solution. mrainey56, I've set Unix Syntax and RegExp but is still not working. Anyway you gave me the basics. Mofi your ([~)]+) expression was very helpful too. Here it is (at least this works for me): STORAGE[ ]*([~(])([A-Z0-9 a-z\p]*...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- edd__
Jan 04, 2006
- ^.*[(].*\p*[)] Unix style regex Hi! Thanks for your fast response, but it didn't work for me. Also tried with ^.*[(](.*\p)*[)] without success. Any other idea? Forgetting my code I would reduce the problem to find an open '(' and then a closing ')' accross multiple lines.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- edd__
Jan 03, 2006
- This should be simple but I've spend the whole day without success. Portion of code: TABLESPACE reference NOLOGGING STORAGE ( INITIAL 10M NEXT 10M PCTINCREASE 0 ) BUILD IMMEDIATE AS All in the world I want to find is: STORAGE ( INITIAL 10M NEXT 10M PCTINCREASE 0 ) Then I would replace it with nothin...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- edd__
Jan 03, 2006