作者:
hpy1234 (Narcissus)
2012-02-04 22:41:55各位大大好,因為臨時被指派要解讀別人的程式碼
中間有幾行正規表示式看不太懂想請板上大大們解惑!
小弟我是使用VB.net的,以下是看不懂的地方
Dim rgx As New Regex("([^NFAb].{0,3}) .{1,5}([NFAb][^defhg
]{0,3}) .{1,5}([NFAb][^defhg]{0,3}) .{1,5}([^NFAb]")
Dim rgx1 As New Regex("([^NFAb].{0,3}) .{1,5}([NFAb][^de
fhg]{0,3}) .{1,5}([NFAb][^defhg]{0,3}) .{1,5}([NFAb][^d
efhg]{0,3}) .{1,5}([^NFAb]")
Dim rgx2 As New Regex("([^NFAb].{0,3}) ")
Dim rgx3 As New Regex(" .{1,5}([^NFAb]")
Dim rgx4 As New Regex("([NFAb][^d]{0,3}) ?")
Dim rgx5 As New Regex("[^A-Za-z0-9)]{1,5}(FW) ?")
想請板上大大幫我解讀一下這些的意思是什麼呢~