正規表現をエスケープする関数を定義する。
awk -f 'regex_escape.awk'
@include "regex_escape.awk"
| id | 1e5e8b52-1ac9-4d76-8822-561d0cadbd24 |
| author | |
| version | 1.0.0 |
| date | 2022-09-02 |
| since | 2022-07-26 |
| copyright | Copyright (C) 2022-2022 qq542vev. Some rights reserved. |
| license | |
| package | w3mplus |
| function regex_escape( |
| ) |
正規表現文字列をエスケープする。
| string | エスケープする文字列。 |
| type | エスケープする正規表現の種類。 |
エスケープされた文字列。