what is the c# equivalent of /x in perl for regex, so the /x at the end would ignore all the whitespaces newlines and whatnot in your regex expression. Otherwise, my expression would be a giant one liner instead of a little block. Any other way around it?