Most text editors also come with regular expression functionality. Oh don't menion about useless Ms Notepad. I use notepad++, however there are plenty of other free editors lying around the net.
It just takes a second to extract the names from the list below. I mean a second for me and some of you. Because I already know a bit of regular expression. It's a really confusing at the beginning and you don't have to be a programmer to understand regular expression, though programming idea definitely helps.
I am assuming you are not using notepad. If you are, then change it right away.
1 FirstA LastA
2 FirstB LastB
3 FirstC LastC
...
...
100 FirstAA LastAA
...
...
1000 FirstAAA LastAAA
1001 FirstAAB LastAAB
...
The list goes on
2 FirstB LastB
3 FirstC LastC
...
...
100 FirstAA LastAA
...
...
1000 FirstAAA LastAAA
1001 FirstAAB LastAAB
...
The list goes on
The presentation below shows some regular expressions to manipulate the list of 1000 rows, but definitely not a comprehensive one to master regular expressions. Just know that there's also regular expression around the corner, should you need to do some work expeditiously.
No comments:
Post a Comment