[PowerShell] 문자열 포함 확인
[PowerShell] 문자열 포함 확인 How can you check if a PowerShell string contains a character or substring? You might be tempted to try this:PS> $s = ‘abcdefghijk’ PS> $s -contains ‘f’ FalseBut –contains is for working with the contents of arrays. So you could do this:PS> ($s.ToCharArray()) -contains ‘f’ TrueYou’re implicitly converting the string ‘f’ to [char] to make the comparison. Your comparison is ..
Programming/PowerShell
2018. 12. 13. 10:38
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 나이키 켄드릭라마
- 리눅스 hostname 변경
- 웹쉘 해결
- Java
- 파워쉘 문자열 포함
- selinux 설명
- 파워쉘 문자열
- 조던1 사틴 블랙토 개봉기
- 이지 부스트 700 모브
- 피파온라인4
- troijan
- 웹쉘 예방
- 나이키 코르테즈
- 케니4
- 이지 700 모브
- 이지 부스트 700
- 리니지m 격수 팁
- 조던1 사틴
- 리눅스 모니터링
- 파워쉘 문자열 포함 조건
- linux bridge 설정
- end 응모
- 배트멍 할인
- selinux 사용법
- 웹쉘 탐지
- 매치스패션 할인
- 조던1 사틴 블랙토
- selinux 정책설정
- CloudStack
- 이지 350 지브라
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함