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.
文字が行の先頭にある文字を見つけることは知っています^が、多くの行の先頭にある左括弧を削除する必要があります。置換しようとすると、次のエラーが表示されます。
^
Unmatched marking parenthesis ( or \(. The error occurred while parsing the regular expression: '^(>>>HERE>>>'.
行頭の文字を検索するときの正しい構文は何(ですか?
(
スラッシュで括弧をエスケープする必要があります。\(
\(