Source
"value": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ111222333444555666777888999000",
[
{
"value": "abc",
"macrofunc": {
"function": "tr",
"parameters": ["abc", "xyzq"]
},
"result": "xyz"
},
{
"value": "abcdef",
"macrofunc": {
"function": "tr",
"parameters": ["abc", "xyzq"]
},
"result": "xyzdef"
},
{
"value": "abc",
"macrofunc": {
"function": "tr",
"parameters": ["a-c", "xyz"]
},
"result": "xyz"
},
{
"value": "abcdef",
"macrofunc": {
"function": "tr",
"parameters": ["a-c", "xyz"]
},
"result": "xyzdef"
},
{
"value": "abcdef",
"macrofunc": {
"function": "tr",
"parameters": ["a-z", "xyz"]
},
"result": "xyzzzz"
},
{
"value": "ABC",
"macrofunc": {
"function": "tr",
"parameters": ["A-Z", "a-z"]
},
"result": "abc"
},
{
"value": "test_value",
"macrofunc": {
"function": "tr",
"parameters": ["z-a", "abc"]
},
"result": "*UNKNOWN*"
},
{
"value": "test_12345",
"macrofunc": {
"function": "tr",
"parameters": ["0-9", "ab"]
},
"result": "test_bbbbb"
},
{
"value": "test_012345",
"macrofunc": {
"function": "tr",
"parameters": ["0-9", "ab"]
},
"result": "test_abbbbb"
},
{
"value": "test_012345",
"macrofunc": {
"function": "tr",
"parameters": ["0-9a-z", "*"]
},
"result": "****_******"
},
{
"value": "test\\'abc'\\def'",
"macrofunc": {
"function": "tr",
"parameters": ["\\\\\\'", "\\/\\\""]
},
"result": "test\/\"abc\"/def\""
},
{
"value": "test\\'abc'\\def'",