String matching: Difference between revisions

Content added Content deleted
(→‎{{header|PureBasic}}: Added alternate more complete solution)
Line 897: Line 897:
1</pre>
1</pre>


=={{header|Powershell}}==
=={{header|PowerShell}}==
<lang Powershell>
<lang Powershell>
"spicywiener".StartsWith("spicy")
"spicywiener".StartsWith("spicy")