Perumal Jegan

Regular Expressions

Regular Expression (RegEx) Basics RegEx is used in programming languages to match specific parts of strings egular expression (sometimes called a rational expression) is a sequence of characters that define a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. “find and replace”-like operations. We create pattern which helps to …

Regular Expressions Read More »

Windows Powershell

Powershell Basics Powershell is the Windows Scripting Language and shell environment that is built using the .NET framework. allows Powershell to execute .NET functions directly from its shell, the output of these cmdlets are objects – making Powershell somewhat object oriented —> This also means that running cmdlets allows you to perform actions on the …

Windows Powershell Read More »