url_encode.awk

URL エンコードする関数を定義する。

Usage
awk -f 'url_encode.awk'
@include "url_encode.awk"
Metadata
id

e6cf067b-b017-44e3-a6bd-2dc975ef3737

author

qq542vev

version

1.0.0

date

2022-09-02

since

2022-07-26

copyright

Copyright (C) 2022-2022 qq542vev. Some rights reserved.

license

CC-BY

package

w3mplus

See Also
Functions
url_encode
function url_encode(
string,
httpEncode,
c2p,
len,
i,
result
)

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

Parameters
string

URL エンコードする文字列。

httpEncode

スペースを '+' にエンコードする。

Returns

URL エンコードされた文字列。