Tagged Questions

3
votes
3answers
865 views

How to do multiline search using regular expression?

I am new to regular expressions. I want to do multiline search. Here is the example of what I want to do: Suppose I have following text: *Project #1: CVC – Customer Value Creation (Sep 2007 – ...
0
votes
1answer
39 views

Multi-line HTTP Headers Confusion

In HTTP headers can be multi-line. For example: Word-Of-The-Day: The Fox Jumps Over         the brown dog. However, when reading the standard, I came ...