What is the difference between regular expression operations (union, concatenation, kleene star) and regular expression (implemented in UNIX and can be used together with the grep command)?
Are there such methods that are implemented in UNIX and can be used together with the grep command, that cannot be recreated using only the regular expression operations (union, concatenation, kleene star)
regular expression (implemented in UNIX and can be used together with the grep command) :
(.,*,^,$,\,\<,|>,[],+,?,&,\n))
Regular Expressions is a formal language defined by induction with a finite set of rules. You have some info over here: http://mathworld.wolfram.com/RegularExpression.html