Open
Description
🆒 Your use case
I want to match all characters within a script
tag, but since there isn't a preset input to match everything, so I have to manually write ([\s\S]*?)
for match the code.
🔍 Alternatives you've considered
Maybe an export named every
can be added to preset inputs, or export createInput
to allow for custom input definitions could be a solution ?
ℹ️ Additional info
No response