I would like to know on how to add string into following coding, which is
wrong statement.
$sample=[regex]::Matches($fileContent,'sample_string(.*?)"')
"Tesing : " +
$sample[$i].Groups[1].Value | Add-Content C:\tempfile.txt
Does anyone have any suggestions?
Thanks in advance for any suggestions
Thanks in advance for any suggestions