I have this situation:
When I request, my system myhome Bticino sends:
*#*1##*1*0*71##*1*0*22##*1*0*72##*1*0*52##*1*0*23## --> light 72 Off
*#*1##*1*0*71##*1*0*22##*1*1*72##*1*0*52##*1*0*23## --> light 72 On
I need to identify this variation, and i can do it, but the problem is it:
Some times, the system change the string order, and i receive something like this:
*#*1##*1*0*71##*1*0*72####*1*0*22*1*0*52##*1*0*23## --> light 72 Off
*#*1##*1*0*71##*1*1*72####*1*0*22*1*0*52##*1*0*23## --> light 72 On
So, what is the perfect Regex?
I tried this:
(.*?\*\1*(\d+)\*72\#\#\*#\*1\#\#)
But obviously, does not work :)
thanks
--
Rodrigo Drumond
Phone: +55 31 3377-3150
Mobile: +55 31 8699-2549
www.quantaautomacao.com.br
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
Comments
0 comments to "Help with regex"
Post a Comment