Test Regular Expression Against A String
In BASH we can perform regular expression on a string using =~
operator, example is given below -
Usage
Example
Source: Unix - StackExchange
Last updated
In BASH we can perform regular expression on a string using =~
operator, example is given below -
Source: Unix - StackExchange
Last updated