Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1)「glob:at行[0-9]」は「at行7」と一致しません 2)「glob:at行*」は「at行7」と一致します
「glob:at行[0-9]」が「at行7」と一致しないのはなぜですか?どうすれば修正できますか?
glob パターンは 2 つのワイルドカード文字のみを認識します: *(0 個以上の何か) と?(何かの 1 つ) やりたいことをするにはregexp:、 ではなくを使用する必要がありますglob:。
*
?
regexp:
glob: