- Title
- string-match
- Type
- Function
- Arguments
- string-match REGEXP STRING &optional START END
- Package
- editor
- Section
- 文字列
- File
- builtin.l
指定された文字列が正規表現に一致するかどうかを返します。
REGEXP : 正規表現
STRING : チェックする文字列
START : 文字列の開始位置
END : 文字列の終了位置
互換性:
muleあり。
Common Lispなし。
- Seealso
- string-matchp
- string-looking-at
- looking-at
- 正規表現の表記