13. June 2017 14:59
/
Jeff
/
/
Comments (0)
^(.*)(\r?\n\1)+
find duplicated lines in text, to replace with only one instance use \1
\(.*
find string which start with (
((\bScript\b)|(\bJavascript\b))
find lines which has either Script or Javascript
^[0-9\-T\:\.Z]{0,28}
find the characters which contains only 0-9, T, :, ., or Z, for length of 28
b80b6769-19d5-42c0-baec-3e1a5021c2bc|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags :