[xyzzy:08957] Re: リストから取得した要素について
- Subject: [xyzzy:08957] Re: リストから取得した要素について
- From: Kataoka Yumi <tu93a@xxxxxxxxxxx>
こんばんは、つるりんです。
西口さん お返事ありがとうございました。
> 正しくは
>
> (string-match "\\.txt$" str)
> です。
ぜんぜん気づきませんでした。(^^;
> ;;拡張子cppをhに変える
> (setq full-path "d:/hoge/hoge.d/hoge.cpp")
> => "d:/hoge/hoge.d/hoge.cpp"
>
> (string-match "\\(.*\\)\\.cpp$" full-path)
> => 0
>
> (string-replace-match full-path "\\1.h")
> => "d:/hoge/hoge.d/hoge.h"
>
> とか。
>
> string-replace-matchはstring-matchの直後に使ってくださ
い。
この方法で試してみます。
ありがとうございました。
--
つるりん tu93a@xxxxxxxxxxx