I need to check given text is validate as a wep key. So I need to check all below regular expressions for one field. Is there a way to do that with regula?
^(([0-9A-Fa-f]{10})|)$
^(([\\s\\S]{5})|)$
^(([0-9A-Fa-f]{26})|)$
^(([\\s\\S]{13})|)$
^(([0-9A-Za-z]{58})|)$
^(([0-9A-Fa-f]{24})|)$
[\\s\\S]