Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
lenny2 #1
Regular expression validation
Has anyone figured out a way to use regex in a flash form?? I have tried
something like this inside cfformitem tags:
function doRegExpVal():void{
var p:RegExp = new RegExp("\w")
}
the above is correct action script but when used, the CFFORM won't even
render. I don't know if it's the 'new' keyword or if cfform just doesnt
support the RegExp class. I went to the list of Top Level packages like Array,
Object, etc... and most of them work. But RegExp won't even let the form
render.
Thanks
lenny2 Guest
-
Regular Expression
Hi, I am writing a script that parses an html file (which has been retrieved as a scalar by LWP::UserAgent). The script looks for everything in... -
Regular expression bug?
All of CF's RE functions act in a weird way, contrary to the documentation (both CF's own, and the underlying Java Regex docs). The special... -
Regular Expression Help please
All, I have this regular expression which a guy here provided yesterday, this regexp parses an executable name from a log file, however it only... -
Regular Expression for multiline validation
To validate the length of a multiline textbox, I'm told that I have to use a regular expression validator. The regular expression below limits it to... -
[PHP] REGULAR EXPRESSION HELP
John wrote: Your "newline" may be \r\n or \r instead of just \n. -- ---John Holmes... Amazon Wishlist:...



Reply With Quote

