Search Results

Search: Posts Made By: bakunin
2,980
Posted By bakunin
Actually: no. Analyse the regexp carefully, i...
Actually: no. Analyse the regexp carefully, i will put in a few extra spaces for emphasis:
< \([^:]*:\)* mis>
So you have: <, which is simply a (fixed string of one) character and at the end...
2,980
Posted By bakunin
That is not the reason at all. In fact you should...
That is not the reason at all. In fact you should read about (POSIX basic) regular expressions, because you obviously don't correctly understand how they work:

The asterisk ("*") makes the...
2,980
Posted By bakunin
Yes, it doesn't work, because your search string...
Yes, it doesn't work, because your search string is "<mis>" and what the file contains is "<val:mis>" (and "<seg>" instead of "<val:seg>", etc.). It is rather obvious that you find only what you...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy