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.
以下は私の文字列が含まれています
The course are: ? This is sample php program ? This is sample java program
を削除するための正規表現の書き方は? そして文末にpullstop(.)を追加
必要な出力:
The course are: This is sample php program. This is sample java program.
これを行う方法を教えてください。ありがとう