Hello Monks,
I am a newbie in the Perl and was using REGEX in order to match the string pattern and display some of the context from that string. For example if the sentence is like this:
03:20:21 - PID: 11500 - kernel bitness: 64
Then I want to match string "kernel bitness" and display it's bitness ...In this case 64I tried to do it using anchor tag and all but it does not work. So kindly help me out if anybody knows how to do it ...
Thanks in advance !!!!
In reply to @ ergular expression by siddheshsawant
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |