Hi all,
I'm having major issues trying to use a regex. I have narrowed it down to when i am searching for consecutive digits i.e. ([0-9]{3,6}) <- this seems to be what the FlexiLayout does not like. is there a workaround for this? or another command i can use?
Below is the regex i am using (this works fine in other regex builders and other processes/code i am using)
(3[47][0-9]{13})|((6541|6556)[0-9]{12})|(389[0-9]{11})|(3(?:0[0-5]|[68][0-9])[0-9]{11})|(65[4-9][0-9]{13}|64[4-9][0-9]{13}|6011[0-9]{12}|(622(?:12[6-9]|1[3-9][0-9]|[2-8][0-9][0-9]|9[01][0-9]|92[0-5])[0-9]{10}))|(63[7-9][0-9]{13})|((?:2131|1800|35\d{3})\d{11})|(9[0-9]{15})|((6304|6706|6709|6771)[0-9]{12,15})|((5018|5020|5038|6304|6759|6761|6763)[0-9]{8,15})|((5[1-5][0-9]{14}|2(22[1-9][0-9]{12}|2[3-9][0-9]{13}|[3-6][0-9]{14}|7[0-1][0-9]{13}|720[0-9]{12})))|((6334|6767)[0-9]{12}|(6334|6767)[0-9]{14}|(6334|6767)[0-9]{15})|((4903|4905|4911|4936|6333|6759)[0-9]{12}|(4903|4905|4911|4936|6333|6759)[0-9]{14}|(4903|4905|4911|4936|6333|6759)[0-9]{15}|564182[0-9]{10}|564182[0-9]{12}|564182[0-9]{13}|633110[0-9]{10}|633110[0-9]{12}|633110[0-9]{13})|(62[0-9]{14,17})|(4[0-9]{12}(?:[0-9]{3})?)|((?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}))
Comments
1 comment
Hi Lee,
I see a ticket was created for our Support team.
We will continue the investigation there since the projects and some samples might be required.
We will be in touch.
Please sign in to leave a comment.