You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🆒 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
The text was updated successfully, but these errors were encountered: