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.
私のテキスト例は
A 12324567#JAIEKLLIMdata B
Aで始まりBで終わる文字列を抽出しようとしています
私の正規表現は
"\AA [A-Za-z0-9]\ZB"
また
"^A[A-Za-z0-9]B$"
この正規表現を実行しようとすると、一致が見つかりません。私が間違っている提案はありますか?