Netbios adları için regex

0 Cevap php

I got this issue figuring out how to build a regexp for verifying a netbios name. According to the ms standard these characters are illegal \/:*?"<>|

Yani, algılamaya çalışıyorum ne bu. Benim regex bu gibi bakıyor

^[\\\/:\*\?"\<\>\|]$

Ancak, çalışma alışkanlık olduğunu.

Can anyone point me in the right direction? (not regexlib.com please...) And if it matters, I'm using php with preg_match.

Teşekkürler

0 Cevap