Hello Monks, I am a new bee to PERL. Would be happy if some one help me to clear my confusion regarding Regex. I have a PERL script by a senior who is no more in our group.
To match a string some thing like this
sbcd = 1.3456he used following regex
/^\s*[^\s\*=]+\s*=/But I could not understand why he had to write such a complex regex for that since the following regex could have done that job
/^\s*\w+\s*=/ any insights from any one ? Thanks..In reply to Understanding Regex by hareesh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |