Hi,
I am finishing my master degree project and I need to put a list with all abbreviations. The abbreviations are words that all characters are in uppercase.
So I was wondering if it's possible to create a regular expression to locate it.
If thought to convert all spaces to "enter" so I will have only one word in each line. Then order it removing the duplicates. And after that list the lines with have all characters in uppercase.
Is it possible? If so anybody could help me to do that?
I would appreciate links or something that goes in the direction of what I need. I'm planning in the next months dedicate some time to learn about the regular expressions.
Thanks in advance.
Leandro
I am finishing my master degree project and I need to put a list with all abbreviations. The abbreviations are words that all characters are in uppercase.
So I was wondering if it's possible to create a regular expression to locate it.
If thought to convert all spaces to "enter" so I will have only one word in each line. Then order it removing the duplicates. And after that list the lines with have all characters in uppercase.
Is it possible? If so anybody could help me to do that?
I would appreciate links or something that goes in the direction of what I need. I'm planning in the next months dedicate some time to learn about the regular expressions.
Thanks in advance.
Leandro