Could someone explain what the PS period is used for? I have found it being used in a few different ways. I didn't know if it was just situational or if I'm just understanding it wrong.
$a = $a.Replace(" Scripting Guys", "")
Here is just an example of what I mean. Thank you for the help! Could someone explain the proper term for the period as well? I'm not sure what you're supposed to call it. In PHP and Perl we call it the concatenator character. For concatenation of-course. I'm trying to get an idea of why that period is used that way and the other ways it's used.
Thank you for any information!