If you need a way to get a handle on code you don't understand, TLDR is worth a look. This IDE plugin uses AI to explain code in human terms, which can be helpful for deciphering obtuse methods like regular expressions and SQL. It works with most programming languages, but it's particularly useful when you're trying to understand a new codebase. TLDR offers a free version with limited credits and three paid tiers, including an organization plan with priority email support.
Another good option is TEXT2SQL, an AI-powered tool to build SQL queries from plain English. It can handle several SQL dialects, including MySQL, PostgreSQL and MS SQL, and can also generate Excel formulas and regular expressions. It's good for learning SQL skills or automating your job, and costs $7 per month or more, with a 7-day free trial.
If you're a regex person, Regex.ai is a more advanced tool to create and manipulate regex patterns. The AI system can generate regex patterns and debug them for you, speeding up your work and avoiding mistakes when you're trying to extract data. AI Regex is similar, helping developers build regular expressions by translating natural language context into custom regex patterns. It learns from feedback to improve its performance.
If you want an online tool, rgx.tools uses GPT-3.5 Turbo to generate regex patterns from text prompts. It's free to use, and it's good for getting rid of the tedium of manual regex work, with examples for common tasks like matching dates and email addresses. It's good for developers who want to automate and simplify regex creation.