- Posted by
- I found a solution: Using the following regular expression will match only line 2 and 4: [0-9][ \t]+[^ E] Comparing to my original regular expression which matched line 2, 3 and 4: [0-9][ \t]+[^E] I added a space into ^EPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- majingh
Dec 27, 2007
- I have a problem like this: Suppose I have this text: (the part between --------) -------------------------------------------------------------- 1 ENTRY --- one white space between "1" and "ENTRY" 2 TEST --- one white space between "2" and "TEST" 3 ENTRY --- two white spaces between "3" and "ENTRY" ...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- majingh
Dec 27, 2007
- I want to find all the lines that have the text '<td' and that not have 'class'. How can I do? That is, I want to find lines like: <td> <td style=''> but not lines like: <td width='' class=''> <td class=''> Thanks. :) For perl style regular expression, can we do this: <td[[:alpha:]]*[^c][^l][^a][^s...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- majingh
Dec 27, 2007
- 1. download ctags source files for win32 2. download borland c++ compiler 5.5 (it is free) 3. add "C:\Borland\BCC55\bin;" to the beginning of your "path" env. via. 4. Create C:\Borland\BCC55\bin\bcc32.cfg with: -I"C:\Borland\BCC55\Include" -L"C:\Borland\BCC55\Lib;C:\Borland\BCC55\Lib\PSDK" 5. Create...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- majingh
Dec 27, 2007