• 日本語
  • 正規表現で大文字を小文字に変えたい

お世話になります。

検索と置換の正規表現で大文字のパスを小文字に変換しようと以下を打ち込んだのですが、
パスの先頭に 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.


Related Discussions
...

Unfortunately it is not possible to change character case using Spine's regular expressions. We could possibly add settings to change the case.


残念ながら、Spineの正規表現を使用して大文字小文字を変更することはできません。 ケースを変更するための設定を追加する可能性があります。