How to create RegEx redirects using inbuilt AI builder ?
The AI Regex Wizard helps you create advanced RegEx (Regular Expression) redirects without writing any code. Simply describe in plain English what you want to redirect, and the AI will generate a valid JavaScript-style RegEx rule for you.
- Open the RegEx Redirects Tab
Go to Nabu Redirect Manager > Wildcard Redirects. Click on the RegEx Redirects tab.
- Click "AI Regex Wizard"
In the top-right area of the RegEx Redirects tab, click the AI Regex Wizard button. This opens the AI-Powered RegEx Redirect dialog.
- Describe Your Redirect in Plain English
In the Input Prompt field, describe what you want to redirect. Be as specific as possible.
The prompt field accepts up to 500 characters.

- Click "Generate"
Click the Generate button. The AI will automatically populate the Source Path (RegEx) and Target Link fields based on your description.
- Review and Edit the Generated Pattern
Before saving, review the auto-generated fields:
• Source Path (RegEx): The regex pattern for the source URLs (e.g. ^/products/(a[^/]\d[^/])$)
• Target Link: The destination URL using capture group references (e.g. /collections/$1)
• Expression is case insensitive: Check this box if the pattern should match URLs regardless of letter casing.
You can edit any of these fields manually before saving.
- Save the Redirect
Once satisfied with the generated pattern, click Save. The redirect will be added to your RegEx Redirects list and can be enabled or disabled using the status toggle at any time.
Updated on: 10/03/2026
Thank you!