お世話になります。
検索と置換の正規表現で大文字のパスを小文字に変換しようと以下を打ち込んだのですが、
パスの先頭に l が付与されただけで(back slash)が認識されず、望んだ結果になりませんでした。
検索 (.+)
置換 \l$1
Spineの正規表現で小文字大文字の変換はどのよう行えばよいのでしょうか?
お手数ですがご返答いただけますと幸いです。
spine 3.6.52
Thank you for your help.
I typed the following to convert upper case capital letters to lower case with search and replace regular expressions,
I did not recognize \ (back slash) just by giving l at the beginning of the path, and it did not produce the desired result.
Search (. +)
Replace \ l $ 1
How can I convert lowercase capital letters in Spine's regular expressions?
Sorry to trouble you, but I hope you can reply.