uri_path_remove_dot_segments.awk

ドットセグメントを除去する関数を定義する。

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

b6b08b94-3623-4ace-a0a5-48aa3ad777a8

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
uri_path_remove_dot_segments
function uri_path_remove_dot_segments(
path,
result
)

パス文字列内からドットセグメントを除去する。

Parameters
path

パス文字列。

Returns

ドットセグメントが除去された文字列。

See Also