I'm using the x modifier on one of my regexes to allow me to space everything out and comment it. However, is there a way to use a space that's part of the regex when using the x modifier (and have it not treated as garbage). So if I wanted to replace something with a space, and the x modifier will ignore that space, what can I change it to so that the program will "see" the space?