User Profile
dkrabo
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Masking Sentences
what is the best way to get the result of a** d** g** from input of 'abc def ghi'? with the least performance hit. $test = 'abc def ghi' ((($test -split ' ')).substring(0,1) ) -join ' ' not sure how to add the ** or even a single * will be good. I need to do this to quite a big data, so I need it to run as fast as you can without using the | on each value...1.3KViews0likes4Comments
Recent Blog Articles
No content to show