Skip to main content
Login
Register
About
Home
Start
Engine
Tools
Applications
You are here:
Home
»
Tools
»
Wildcard to regex
Wildcard to regex convert tool
Sponsored Links
Pattern contains wildcard
Input your pattern containing wildcard that you want to convert to regex.
Regard as wildcard
*
?
*{name:NNN}
?{name:NNN}
<!-- * -->
<!-- ? -->
<!-- *{name:NNN} -->
<!-- ?{name:NNN} -->
Select proper wildcards in order to avoid conflicting with normal content in the pattern.
Options
Ignore blank length ( blank -> [\t ]+ )
Newline as blank ( blank + \r\n -> \s+ )
Use named group
Use singleline mode
* not match empty
Select options for the convertion.
Regex result
Tips of this tool
Real example