hi nice video but i'm having a issue i want to replace the mac address its always in the same position. what i want to aim for is for a user to input there own mac and save it to the original string
here is the code Dim s As String = "ifconfig eth0 down; ifconfig eth0 hw ether 00:29:38:43:ff:30; ifconfig eth0 up" Dim expression As New Regex("[0-9a-fA-F]{2}(?:[-.:]?[0-9a-fA-F]{2}){5}") Dim m As Match = expression.Match(s) MsgBox("Matched " & m.Value)
hi nice video but i'm having a issue i want to replace the mac address its always in the same position. what i want to aim for is for a user to input there own mac and save it to the original string
here is the code Dim s As String = "ifconfig eth0 down; ifconfig eth0 hw ether 00:29:38:43:ff:30; ifconfig eth0 up" Dim expression As New Regex("[0-9a-fA-F]{2}(?:[-.:]?[0-9a-fA-F]{2}){5}") Dim m As Match = expression.Match(s) MsgBox("Matched " & m.Value)
any idea's please
chillis4u 2 days ago
Thx :P
I <3 your tutorials :)
Ri4ar9 1 year ago