You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2018/09/13 00:28:00 UTC

[jira] [Updated] (TEXT-140) Add a Base64 string lookup

     [ https://issues.apache.org/jira/browse/TEXT-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated TEXT-140:
------------------------------
    Description: 
Add a simple Base64 string lookup to convert a Base64 string.

For example, "SGVsbG9Xb3JsZCE=" converts to "HelloWorld!".

The Base64 lookup key is "base64", for example "${base64:SGVsbG9Xb3JsZCE=}" converts to "HelloWorld!".

  was:
Add a simple Base64 string lookup to convert a Base64 string. 

For example, "SGVsbG9Xb3JsZCE=" converts to "HelloWorld!".

The Base64 lookup key is "base64", for example "${base64:SGVsbG9Xb3JsZCE=}".


> Add a Base64 string lookup
> --------------------------
>
>                 Key: TEXT-140
>                 URL: https://issues.apache.org/jira/browse/TEXT-140
>             Project: Commons Text
>          Issue Type: New Feature
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>            Priority: Major
>             Fix For: 1.5
>
>
> Add a simple Base64 string lookup to convert a Base64 string.
> For example, "SGVsbG9Xb3JsZCE=" converts to "HelloWorld!".
> The Base64 lookup key is "base64", for example "${base64:SGVsbG9Xb3JsZCE=}" converts to "HelloWorld!".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)