-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description

V2.4.2 add U to decode, but it seems that the entire URL cannot be decoded and restored, right?
For example :

https://github.com/Snipaste/feedback/wiki/更新日志
After copying in the browser address bar, it will be automatically encodeURI 👇
https://github.com/Snipaste/feedback/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97
So I want to use Copy Clipper to restore it, but it seems impossible to achieve.
!(^https?://.+%.+)!$1!u |
❌ | invalid,Bug? |
!(^https?://.+%.+)!$1 !u |
✔️ | valid |
!$1 !u or !$1xxx!u ... Must have string to be valid |
Metadata
Metadata
Assignees
Labels
No labels