Development isn't a process where you find something on the internet and paste it into your app: you are supposed to think about it and work out how it works (or better write it yourself).
In this case, you don't need anything that complex:
^\d\.\d\d$
Will do it.