I presume you mean, in any order, and that the other 5 characters are from the same group? I don't think you can do that in one regular expression, but you could go a fair way, and test the resulting string in a script. Something like this:
([A-Za-z0-9]{8,})
Then in a script use "instr" to confirm that you got one from each group you mention.
I want to write a regular expresssion that matches a string containing atlease one small case letter, one upper case letter, one digit and must be atleast be atleast 8 character long.
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.