><TextInput> > <validator> > <validation:RegexTextValidator> > <pattern><![CDATA[ > *(["'])(?:\\\1|.)*?\1* > ]]></pattern> > <validation:RegexTextValidator> > </validator> ></TextInput>
I just applied Noel's patch, and this works. You can see an example of it in the WTKX for the Kitchen Sink demo (tutorials/src/pivot/tutorials/text.wtkx). G
