Regular Expressions RegEX - Using wildcard for route pattern for phones

Treez250 1 Reputation point
2022-05-11T15:36:11.52+00:00

I am trying to figure out how to input the expression for using q/Q for a wildcard.

Ex; 58596q5555
Ex; 58596Q5555

When using q [0-4]
Q [5-9]

I need to be able to wildcard using letters to include multiple route patterns.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Chen 6 Reputation points MVP
    2022-05-17T07:04:11.37+00:00

    Hi,

    https://regex-generator.olafneumann.org/ can help you to generator regular expression

    0 comments No comments