Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created October 9, 2020 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/9f78c94fbf80017113d43693756d84d5 to your computer and use it in GitHub Desktop.
Save bielawb/9f78c94fbf80017113d43693756d84d5 to your computer and use it in GitHub Desktop.
Odwołanie do metody z parametrami.
@(
'raz'
'dwa'
'trzy'
).Foreach('Replace','a','@')
<#
Na wyjściu:
r@z
dw@
trzy
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment