Runs a regular expression over text you send and returns the result - a scratchpad for testing a pattern before it goes into code. Free, /help explains the syntax.
Learning regular expressions is mostly learning by trying, and the loop is quicker when you can try one in the same window where you are talking about it. Send the text and the pattern, get the transformed result, adjust and repeat.
It is a teaching tool as much as a utility: a pattern that silently matches nothing looks the same in code as a pattern that is right, and seeing the output makes the difference obvious. For anything sensitive, remember the text passes through someone else's bot.
/helpSyntax and examplesFree
| Criterion | Weight | Points | |
|---|---|---|---|
| Functionality | 25 | 6 / 10 | |
| Reliability & speed | 15 | 7 / 10 | |
| Popularity & trust | 15 | 5 / 10 | |
| Price & free tier | 10 | 10 / 10 | |
| Usability | 10 | 8 / 10 | |
| Safety & privacy | 10 | 7 / 10 | |
| Freshness | 5 | 6 / 10 | |
| Localization | 5 | 10 / 10 | |
| No intrusive ads | 5 | 10 / 10 | |
| Score | 100 | 70.5 |
Both in practice - you give it text and a pattern and it returns the reformatted output, which is how you test the pattern.
No. Use a sample. The text leaves your device and lands on someone else's server.