Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Powershell Method to Check and Validate Lync Regex

$
0
0

I am looking for the best way to use powershell to test normalization rules for lync. For instance:

RegEx:    ^\+(\d\d)0?(\d+)\|?\d*$

Input string: anyphonenumber

Match test: $true or false

If true Output: $1$2

I want to test the lync normalization rule that I want to apply before deploying.


Viewing all articles
Browse latest Browse all 15028

Trending Articles