How can I test if string start with "<" and end with ">" and print true if that true.
$Text="<hi how are you>"; // true
$Text=" any <hi how are you>"; // false
$Text="<hi how are you> any"; // false
|
Results 1 to 5 of 5
Thread: Start With and End WithThreaded View
|
Click Here to Expand Forum to Full Width |