Started as a way to perform simple text functions – make all letters uppercase, make all letters lowercase, and search and replace. I then realized that I could also let users use #regex in the search ...
Setting the default match timeout through the AppDomain using REGEX_DEFAULT_MATCH_TIMEOUT is ignored. See Regex.MatchTimeout for more information: ... you can set its value for all Regex matching ...
I was hoping I could use "^$^Title" instead of "\r\n\r\nTitle", but that doesn't fly (and rightly so). Also I wasn't sure if "\r\n" would work on unix text files. Is there a more generic way I could ...