diff --git a/sources/tech/20171214 Bash Scripting- Learn to use REGEX (Basics).md b/sources/tech/20171214 Bash Scripting- Learn to use REGEX (Basics).md index 2ce8dc6627..f6a32b0153 100644 --- a/sources/tech/20171214 Bash Scripting- Learn to use REGEX (Basics).md +++ b/sources/tech/20171214 Bash Scripting- Learn to use REGEX (Basics).md @@ -1,3 +1,4 @@ +translating by kimii Bash Scripting: Learn to use REGEX (Basics) ====== Regular expressions or regex or regexp are basically strings of character that define a search pattern, they can be used for performing 'Search' or 'Search & Replace' operations as well as can be used to validate a condition like password policy etc.