Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Irregular
0.7.8
Types/Match/get_Line.ps1
[Regex]
::
new
(
'(?>\r\n|\n|\A)'
,
'RightToLeft'
)
.
Matches
(
$this
.
Input
,
$this
.
Index
)
.
Count