Livejournal
Log in
Post
Friends
My journal
fallengamer
Partial match in Powershell
fallengamer
May 23, 2011 14:48
Мне на заметку: в Powershell можно эмулировать partial matching через такие штуки:
$name,$value = $matches[1..2]
function Get-Ini
{
# Original
http://stackoverflow.com/questions/417798/ini-file-parsing-in-powershell
param
(
(
Read more...
)
powershell
,
erlang
Leave a comment
Up