Irregular icon indicating copy to clipboard operation
Irregular copied to clipboard

Use-Regex example # 1 not working

Open ptmorris1 opened this issue 3 years ago • 0 comments

I am unable to pipe anything into Use-Regex. Even testing with Example # 1 in help file does not work for me.

To Reproduce "abc" | Use-RegEx -Pattern '.'

Expected behavior Not sure what is to be expected but assume no error. Trying to learn and understand this cool module.

Actual behavior Error I get: Use-RegEx: The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.

Additional context

ptmorris1 avatar Oct 17 '22 19:10 ptmorris1