Hello,
I want to extend the usage from the function list.
My result is to have this:
I have this .UEW:
And here is the example file:
In other words, I want to limit the search for Keywords
To start and finish on the Section.
Keywords are almost any word wich is written in uppercase.
Section are only this words:
GRID
EDIT END
PROPS
REGIONS RUNSPEC
SCHEDULE SOLUTION SUMMARY
OPTIMIZE
Any ideas how to limit the search in a Perl expression?
Thanks!
I want to extend the usage from the function list.
My result is to have this:
I have this .UEW:
And here is the example file:
In other words, I want to limit the search for Keywords
Code: Select all
/TGBegin "Keyword"
/TGFindStr = "^[ \t]*(\u+)\>(?<!\<EDIT)(?<!\<GRID)(?<!\<OPTIMIZE)(?<!\<PROPS)(?<!\<REGIONS)(?<!\<RUNSPEC)(?<!\<SCHEDULE)(?<!\<SOLUTION)(?<!\<SUMMARY)"
/TGEnd
Keywords are almost any word wich is written in uppercase.
Section are only this words:
GRID
EDIT END
PROPS
REGIONS RUNSPEC
SCHEDULE SOLUTION SUMMARY
OPTIMIZE
Any ideas how to limit the search in a Perl expression?
Thanks!
UltraEdit 16.30.0.1003
UltraCompare Professional 7.20.0.1009
Windows Vista Enterprise, 64 bits, Spanish
UltraCompare Professional 7.20.0.1009
Windows Vista Enterprise, 64 bits, Spanish