Project: QGIS

Version: 3.18

Feature: Optional formatting of UUID results

There is now a string format parameter available for the uuid() function in QGIS expressions. Users now have various options that they can use to stipulate the format of the returned UUID value, including the following options:

  • uuid(): {0bd2f60f-f157-4a6d-96af-d4ba4cb366a1}
  • uuid('WithoutBraces'): 0bd2f60f-f157-4a6d-96af-d4ba4cb366a1
  • uuid('Id128'): 0bd2f60ff1574a6d96afd4ba4cb366a1

This feature was developed by signedav