知識社群
登入
中文(台灣)
English(US)
Q&A
線上人數:
407
Linux 學習筆記
社群功能
社群首頁
文件區
(49)
精華區
行事曆
活動
討論區
(4)
即時塗鴉牆
問卷
相簿
文件分類
[
總覽
]
基礎篇
(16)
LUG2011
(7)
LUG2012
(26)
社群資訊
訪客: 200477
文章: 49
討論: 4
公告: 0
容量: 剩餘
3.6 GB
(4.8 GB)
閱讀權限: 開放
分類:
電腦資訊 / 作業系統
版主: Solomon
副版主: 無
位置:
Linux 學習筆記
>
文件區
>
基礎篇
Regular Expression
(31:16)
Tweet
by Solomon, 2010-07-14 20:49, 人氣(4381)
嵌入
|
cc Media
|
轉檔資訊
更清晰的畫質或聲音,請點選(限 IE)
標題
1.
NCNU Linux User Group 2010 <Regular Expression>
2.
Outline
3.
What’s a Regular Expression?
4.
The Purpose
5.
What’s grep?
6.
Slide 6
7.
alias & unalias
8.
Various Operators
9.
1. [ ] presents any one character among those characters inside.
10.
2. [ - ] presents any one character among the code range.
11.
2. [ - ] presents any one character among the code range.
12.
2. [ - ] presents any one character among the code range.
13.
2. [ - ] presents any one character among the code range.
14.
2. [ - ] presents any one character among the code range.
15.
3. [^ ] represents the characters not in the range of a list.
16.
4. ^ Matches the empty string at the beginning of a line.
17.
3. [^ ] represents the characters not in the range of a list.
18.
4. ^ Matches the empty string at the beginning of a line.
19.
5. $ Matches the empty string at the end of a line.
20.
6. . Matches any single character.
21.
7. * The preceding item will be matched zero or more times.
22.
Extended Regular Expressions
23.
7. * The preceding item will be matched zero or more times.
24.
Extended Regular Expressions
25.
1. + The preceding item will be matched one or more times.
26.
2. ? The preceding item will be matched zero or one time.
27.
3. | represents the preceding item or the following item.
28.
4. ( ) represents group strings.
29.
5. {N} The preceding item is matched exactly N times.
30.
6. {N, } The preceding item is matched N or more times.
31.
7. {N,M} The preceding item is matched at least N times, but not more than M times.
32.
6. {N, } The preceding item is matched N or more times.
33.
5. {N} The preceding item is matched exactly N times.
34.
6. {N, } The preceding item is matched N or more times.
35.
7. {N,M} The preceding item is matched at least N times, but not more than M times.
36.
Exercises
37.
7. {N,M} The preceding item is matched at least N times, but not more than M times.
38.
Exercises
39.
7. {N,M} The preceding item is matched at least N times, but not more than M times.
40.
Exercises
41.
References
42.
Exercises
43.
7. {N,M} The preceding item is matched at least N times, but not more than M times.
... [more]
© 2010 FormosaSoft Corp.
http://www.powercam.com.tw
service@powercam.com.tw
All rights reserved.