Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
emmim44 #1
Easy for u--comparison
Hola.I am trying compare two phone numbers...How I will do ?
Example:
if (646) 333-3666 like (646) % ,do that...
in coldfusion, how would you do that ? What is equilavance of like in
coldfusion?
tc
emmim44 Guest
-
comparison between two regexes?
Given two regex patterns R1 and R2, is it possible at all to determine/calculate: - whether R1 is "a subset of" R2, i.e. all strings that match... -
Easy question = easy answer?
Well, so I'm pretty new with Freehand, at the mo running with MX and havin' a problem (not big, but anyway)... I'm creating some cards and they... -
Mac - PC Comparison
How does a Mac G3 333mhz compare to a 800 mhz P3 PC? -
raw vs. ufs comparison
Hi there! someone wrote: It does. When using the raw device, any I/O is done synchronously. When using UFS, only metadata is written... -
Easy Question/Easy Answer
Ok, this is all i want to know how to do, i made a text link, now when someone rolls over it with their pointer i want it to change color. Simple? -
Neculai Macarie #2
Re: Easy for u--comparison
> Hola.I am trying compare two phone numbers...How I will do ?
Regular expressions.> Example:
> if (646) 333-3666 like (646) % ,do that...
> in coldfusion, how would you do that ? What is equilavance of like in
> coldfusion?
<cfif ReFind("\(646\).*", "(646) 333-3666")>
--
<mack />
Neculai Macarie Guest



Reply With Quote

