Results 1 to 1 of 1

Thread: regular expression questions

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Location
    Orange
    Posts
    14

    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
  •  



Click Here to Expand Forum to Full Width