# 文字列をURLエンコードする

<details><summary>URLENCODE関数</summary>

``` sas
text = urlencode(input_text);
```

<https://documentation.sas.com/doc/ja/pgmsascdc/v_061/ds2ref/n10igvbv55geofn1esixotiud7t9.htm>

</details>