16:54
PowerShell String Manipulation
In this video, we learn some of the cool things you can do with a string of text in PowerShell. This is the time of stuff you have to ...
20:13
PowerShell and How to Manipulate Strings
PowerShell provides lots of methods for manipulating strings. This tutorial will attempt to provide instruction on how to use them.
2:57
How to Extract a Substring in PowerShell | PowerShell String Manipulation Tutorial
Need to extract a specific part of a string in PowerShell? Whether you're working with filenames, processing log files, or handling ...
12:58
PowerShell - String Manipulation | String operations in PowerShell
This simple tutorial shows how to work with string and perform different operations on it in PowerShell #PowerShell ...
5:03
PowerShell String Manipulation
In this video we go over PowerShell String. Below topics touched: Like our facebook page: ...
5:19
Select-String: PowerShell's grep for Searching File Contents | PowerShell Tutorial
Master Select-String in PowerShell! Learn how to search file contents like a pro using PowerShell's powerful grep equivalent.
6:52
Let's Chat: PowerShell Strings - Measuring them? Methods? What?
PowerShell #VSCode Measuring strings is fun, and sometimes it's important. In fact measuring things in PowerShell in general is ...
13:02
Detecting Text Patterns with PowerShell Regular Expressions
When you want to extract some text from a string, regular expressions come to the rescue. There are a few different ways of using ...
11:00
The Art of Handling PowerShell Variables: Exploring Strings, Integers, Hashes, and Arrays
In PowerShell, variables are used to store data values that can be referenced and manipulated throughout a script or a session.
4:43
PowerShell String Methods: Master Text Manipulation (ToUpper, Replace, Split & More)
Learn essential PowerShell string methods to manipulate text like a pro! This beginner-friendly tutorial covers the most common ...
3:11
How To Manage Strings In PowerShell
If you enjoyed this video, be sure to head over to http://techsnips.io to get free access to our entire library of content! Strings are the ...
3:27
Trim a String in PowerShell - PowerShell Recipe
This tutorial explains how to trim a string using PowerShell.
2:38
Here-Strings in Powershell: Retain format of multi-line strings
Subscribe: http://bit.ly/mrps-yt-sub Website: https://bit.ly/mrps-site Discord: https://bit.ly/mrps-discord Patreon: ...
6:49
How to Use PowerShell’s Grep (Select-String)
PowerShell doesn't necessarily have a 'grep' but it DOES have a grep-like command called Select-String that does something ...
4:16
Split a String in PowerShell - PowerShell Recipe
This tutorial explains how to split a string using PowerShell.
5:01
How to Check if a File Contains a Specific String in PowerShell
In this DelftStack tutorial, we'll explore multiple methods to search for a specific string within a file using PowerShell. Whether ...
3:46
Powershell Strings into Arrays
Powershell can convert a string into arrays and arrays into strings. In this video, we show a few more exexamples of just such ...
5:13
PowerShell Strings Explained | String Manipulation Tutorial #7
In this video, you'll learn how to work with strings in PowerShell, including: Creating strings Using escape characters ...
6:06
Finding Strings Inside of Strings with PowerShell
In this video, I go over two methods to parse a string to get a specific piece of that string out. These methods are great to parsing ...
5:18
Search a String in PowerShell - PowerShell Recipe
This tutorial explains how to search a string in PowerShell.