Hello,
I would like to define a function statement to this case:
I'm trying to edit my .uew file and add this:
What I'm looking for is UltraEdit recognize the UPPERCASE words and add them as Keywords.
So, the question is: How do I say to UE to only recognize the UPPERCASE? I mean not to use [A-Z] as [a-zA-z]
Thanks!
I would like to define a function statement to this case:
Code: Select all
END
DATES
/
1 'JUL' 2010
/
DATES
1 'JUL' 2007 /
1 'JAN' 2008 / 4. year
1 'JUL' 2008 /
1 'JAN' 2009 / 5. year
1 'JUL' 2009 /
Code: Select all
/TGBegin "Keyword"
/TGFindStr = "%[A-Z]"
/TGFindBEnd = "/"
/TGEnd
So, the question is: How do I say to UE to only recognize the UPPERCASE? I mean not to use [A-Z] as [a-zA-z]
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