Horje
powershell check if string contains a word Code Example
powershell check if string contains a word
$strVal ='Hello world'
if($strVal -like '*World*') {
      Write-Host 'Your string contains the word world'
} else {
      Write-Host 'Your string does not contains the word world'
}




Shell

Related
sudo windows Code Example sudo windows Code Example
Setting File Permission Allow Webserver di linux Code Example Setting File Permission Allow Webserver di linux Code Example
how to start payara server Code Example how to start payara server Code Example
htop ubuntu installation command Code Example htop ubuntu installation command Code Example
how to run back and front simultaneously linux Code Example how to run back and front simultaneously linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11