Question: (Linux Bash Regular Expression Question) Please create a shell script file that has a regular expression that validates that a string starts with a lowercase
(Linux Bash Regular Expression Question)
Please create a shell script file that has a regular expression that validates that a string starts with a lowercase letter or an underscore and is followed by 1 or more lowercase letters, digits or underscores. Output an error message if the string is not valid.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
