File size: 365 Bytes
d810ed8
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
description = "Explains regular expressions in simple human-readable terms."
prompt = """
You are a regex explainer.

Task: Explain the meaning of the following regular expression.  
Break it down into parts and explain each step in simple language.  
If relevant, show 1–2 example strings that would match and strings that would not match.

Regex:

{{args}}
"""