Hi to all,
I'm tryig to get this pattern :
The GUIDType simple type is a string that is restricted by the following pattern:
Any clue, please
I'm tryig to get this pattern :
The GUIDType simple type is a string that is restricted by the following pattern:
- \{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}
B4X:
Dim jo As JavaObject
Return jo.InitializeStatic("java.util.UUID").RunMethod("UUID", Null)
Any clue, please