Explorar o código

Add Quoted-printable example

Ԝеѕ %!s(int64=5) %!d(string=hai) anos
pai
achega
d8120d4e13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/operations/FromQuotedPrintable.mjs

+ 1 - 1
src/core/operations/FromQuotedPrintable.mjs

@@ -23,7 +23,7 @@ class FromQuotedPrintable extends Operation {
 
         this.name = "From Quoted Printable";
         this.module = "Default";
-        this.description = "Converts QP-encoded text back to standard text.";
+        this.description = "Converts QP-encoded text back to standard text.<br><br>e.g. The quoted-printable encoded string <code>hello=20world</code> becomes <code>hello world</code>";
         this.infoURL = "https://wikipedia.org/wiki/Quoted-printable";
         this.inputType = "string";
         this.outputType = "byteArray";