Hi I want to write application which does following
Allow customer to create rule to search particular string
allow customer to specify Start and end delimiter and search a string in those delimiter
allow customer to specify one string and wait for another string for say 10 minutes.
Any idea how to design this application. I came up with line by line reading and then applying those rules .