SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : BORL... time to short?!

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: who wrote (21)7/12/1996 2:06:00 AM
From: Bipin Prasad   of 56
 
Another minor tweak to the regular expression replace (in Delphi 2.0):
Allow \( and \) or equivalent constructs.

Thus if I wanted to substitute

long VariableA;
to
VariableA : LongInt;

I should be able to do this:

long \([^;]*\); REPLACE BY \1 : LongInt ;

I am in process of converting a huge C header files to Delphi and had
to resort to using "vi" editor because of lack of complete regular
expression capability (unless there is an alternate way to accomplish
what I was trying to do).
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext