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.
「jd-ednl\a2bcdn44」で「a2bcd」を見つけるための正規表現構文を探しています
これまでのところ、(a2bcd) と ^a2bcd.* を試しましたが、何も機能していないようです。どんな助けでも大歓迎です。
文字列を検索して一致を見つけるgrepなどを使用している場合は、機能しa2bcdます。それ以外の場合は、文字列全体を一致させる必要がある場合は、 を試してください^.*a2bcd.*$。
a2bcd
^.*a2bcd.*$