Community Member Profile
- Profile: /members/4377-Wesley.htm
- Comments: 4
- Points: 42
Recent Blog Comments By Wesley
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Jun 21, 2011 at 2:24 AM
@Francesco, 1. you should use : refindnocase For the regular expression, if '{' is a special character so place the \ before it, else no need. 2. reg exp: {(.*)} this should take everything inside the curly braces, thats what i would have done on my first try. Didn't t... read more »
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Sep 24, 2009 at 1:42 PM
Yeha, i'll manage in some sort of way which i think is not the optimize one but anyway, the results are here. There are about 50 lines of code, do you think i need to post them herE? or in some way send it to you if you wanna have a look and see whether there is optimization out therE... read more »
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Sep 24, 2009 at 12:49 PM
Yeah, thats a good approach that was really far from my mind....I shall investigate and make you know after. Thanks a lot Mr.Nadel Wesley... read more »
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Sep 24, 2009 at 9:52 AM
Hi Ben, First a BIG thank you for your POI information you provided us. I have a string for ex: string 1 is: Mr X / Mrs P / Mster Y(1 years) / Ms POI(2 years) string 2 is: Mrs X / Mr Y I need to extract 1. the complete name 2. the status(Mrs or Mr or Mster... read more »



