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 ?
đ 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 exportcreateInput
to allow for custom input definitions could be a solution ?âšī¸ Additional info
No response