Question
Regular Expression Technique in ColdFusion
I'm new to Coldfusion and I've never really used regular expressions before. How would I write a ColdFusion function (or just a conditional statement) to check if a form variable is a match for an IP network (44.42.94.0/18)?
I'm just basically looking to see if the backslash "/" character is in the string.
