楼主:
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) ?")
想请板上大大帮我解读一下这些的意思是什么呢~