I am trying to implement a pattern in Lua but no success
The pattern I need is like regex: [a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}
which is to validate guid.
I am not able to find proper way to find the implement regex in Lua and not able to find in documentation also.
Please help me to implement above regex for guid.