Hi all, i've been messing around trying figure this out myself but its taking a while..
Basically after a regex to pass the following tests:
IsARarFile("test.rar"); // true
IsARarFile("test.r00"); // true
IsARarFile("test.txt"); // false
IsARarFile("test.avi"); // false
IsARarFile("test.mp4"); // false
IsARarFile("test.001"); // true
IsARarFile("test.ba00"); // false
Thanks for any help