實用正規表示法 - 2 - Practical Regular Expression - 2
Level: Fundamental
Total Hours: 1 小時
Number of Lessons: 1
開課日期: Nov 16, 2017
Day of the week:
Thu
NTD 360
send Target Audience
- 軟體程式設計工程師
- 生物資訊
- 電機電子IC design工程師
- 網頁前後端工程師
send What Will You Learn
- 輕鬆使用正則表達式的完整語法
- 更好地了解正則表達式主題。
send Course Introduction
send Problems Resolved
如果你有資料需要處理,但是遇到以下問題:
- 人力處理曠日費時。例如:用眼睛檢查一篇5萬字的文章,word的搜尋無法找出,必須用人力完成的任務。
- 運用人力根本無法處理。
- 需要準確的搜尋結果。
表示你可能需要Regular Expression 配合你的電腦語言,完成你的任務。
send News Links
奇科開設Perl課程
send Media Links
Regex的強大與哀愁
send Reference
- Java : https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
- Python3: https://docs.python.org/3/library/re.html#module-contents
- JavaScript:https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Guide/Regular_Expressions
- PHP : http://php.net/manual/en/book.pcre.php
- C# : https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex?view=netframework-4.7
- C : http://www.pcre.org
- Ruby : https://ruby-doc.org/core-2.2.0/Regexp.html
send Synonym
電腦名詞有所不一,例如:class及library是兩種不同的翻譯,但是本質卻是相同的,都是函示庫的意思,只是在不同語言所使用的翻譯不同而已。
維基百科:
https://goo.gl/cdPrky
send Prerequisite
學過程式語言,但對正規表示法不了解,或尚未使用過,不太會使用。