0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

<linux コマンドA.正規表現>

Last updated at Posted at 2018-03-22

^文字列 ------------(行頭の文字列)
文字列 --------------(行末の文字列)
. ---------------------(任意の1文字)
文字* ---------------(文字の0回以上の繰り返し)
[文字] ---------------([]内のいづれかの1文字)
[文字1-文字2] ------(文字1と文字2の間にある1文字)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?