Changes between Initial Version and Version 2 of Ticket #5478
- Timestamp:
- Dec 30, 2007, 5:17:00 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5478
- Property Owner changed from anonymous to alex
- Property Cc [email protected]… added
-
Property
Component
changed from
General
toShrinkSafe
-
Ticket #5478 – Description
initial v2 7 7 The presence of this regex pattern in my script: 8 8 9 {{{ 9 10 var patt=/((ftp://|http://|https://|ftp://www.|http://www.|https://www.|www.)(([A-Za-z0-9$_.+!*(),;/?:@&~=-])|%[A-Fa-f0-9]{2}){2,}(#([a-zA-Z0-9][a-zA-Z0-9$_.+!*(),;/?:@&~=%-]*))?([A-Za-z0-9$_+!*();/?:~-]))/gi; 11 }}} 10 12 11 13 which matches urls, causes Shrinksafe to output "null" for the entire script. I have tested with this line alone as well, and again, Shrinksafe outputs "null".