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
