Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerFlex Gateway新着情報
Governance新着情報
Monitoring API ManagerdecodeURIComponent
decodeURIComponent
This version of the product has entered Extended Support. You can switch to the latest version.
encodeURIComponent
または類似のルーチンによって以前に作成された Uniform Resource Identifier (URI) コンポーネントをデコードします。
例については、「encodeURIComponent
」を参照してください。
次の例では、さまざまな URI コンポーネントをデコードします。
%dw 2.0
import * from dw::core::URL
output application/json
---
{
"decodeURIComponent": {
"decodeURIComponent" : decodeURIComponent("%20PATH/%20TO%20/DECODE%20"),
"decodeURIComponent" : decodeURIComponent("%3B%2C%2F%3F%3A%40%26%3D"),
"decodeURIComponent" : decodeURIComponent("%2D%5F%2E%21%7E%2A%27%28%29%24"),
}
}