Would my situation be an appropriate place to use the ' /i ' REGEX attribute?

Posted by Solignis on Stack Overflow See other posts from Stack Overflow or by Solignis
Published on 2011-01-18T03:37:09Z Indexed on 2011/01/18 3:53 UTC
Read the original article Hit count: 176

Filed under:
|
|

I am making a large catalogue of all of the possible OS names that can be supported by my particular version of VMWare. Originally I was writing them all as they stood in the VMX files but then I found a website that had them all listed, the problem is they are not properly cased to provide a "perfect" match, would this be the perfect time to use the regex attribute for case insensitivity?

Also as a side question, would it be possibly extract the list of OSs from the website?. They look to be in a HTML formated chart. It would save me a lot of time having to type them all out.

© Stack Overflow or respective owner

Related posts about regex

Related posts about perl