|
-
Oct 16th, 2004, 12:17 AM
#1
Thread Starter
New Member
regular expression questions
Looking for a correct pattern to use in the regex syntax.
e.g. source = "........... Super Loan file, Inc...... superLoanFile, Inc........ Super Loan file, Inc"
Inside the file, the search text could be =>'Super Loan file, Inc.' or 'superLoanFile, Inc'.
(the souce file is a *.rft file, it contain 'super loan file' that need to be replaced with 'Low risk loan' -- cases need to use RegexOptions.IgnoreCase)
Any suggestion would be very helpful,
Thank you all,
-wc
Last edited by wche; Oct 18th, 2004 at 02:21 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|