News

Posey's Tips & Tricks How To Validate Input in PowerShell Functions, Part 2 As Brien demonstrates, string validation is not the only type of input validation that PowerShell can perform. By Brien ...
Write a function named capital_indexes. The function takes a single parameter, which is a string. Your function should return a list of all the indexes in the string that have capital letters. For ...