N nicolas Member Sep 20, 2012 #1 I apply this? using the function matches [A-Z]{3,4}[0-9]{6}[0-9A-Z]{3} matches ("[A-Z]{3,4}[0-9]{6}[0-9A-Z]{3}")?
I apply this? using the function matches [A-Z]{3,4}[0-9]{6}[0-9A-Z]{3} matches ("[A-Z]{3,4}[0-9]{6}[0-9A-Z]{3}")?
RealHeavyDude Well-Known Member Sep 20, 2012 #2 What do you want to achieve? Heavy Regards, RealHeavyDude.
N nicolas Member Sep 20, 2012 #3 validate the Federal Register, RFC (Registro federal de contribuyentes)
jdpjamesp ProgressTalk.com Moderator Staff member Sep 20, 2012 #4 Are you trying to apply that as a regular expression?
N nicolas Member Sep 20, 2012 #5 Yes, sorry that was not more specific. I want to use regular expressions to compare data. Is it possible?
Yes, sorry that was not more specific. I want to use regular expressions to compare data. Is it possible?
jdpjamesp ProgressTalk.com Moderator Staff member Sep 20, 2012 #6 No there is no built in support for regex, but you can have a look here to see if this helps. http://www.oehive.org/node/1160
No there is no built in support for regex, but you can have a look here to see if this helps. http://www.oehive.org/node/1160
RealHeavyDude Well-Known Member Sep 20, 2012 #7 This thread might also help you: http://www.progresstalk.com/showthread.php?115261-Regular-Expressions&highlight=regex Click to expand... Heavy Regards, RealHeavyDude.
This thread might also help you: http://www.progresstalk.com/showthread.php?115261-Regular-Expressions&highlight=regex Click to expand... Heavy Regards, RealHeavyDude.