help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to highlight UUID in all buffes?


From: Jean Louis
Subject: How to highlight UUID in all buffes?
Date: Sat, 15 Oct 2022 10:11:04 +0300

I would like to highlight UUID in all buffers, how to do it?

67454f35-bd05-4712-b6c4-88f40e883f10

Complete guide to Universal Unique Identifiers (UUID) | UUIDTools.com:
https://www.uuidtools.com/what-is-uuid

So I wish to get Emacs regular expression from reference:

UUID Regular Expression (REGEX)

The regex below can be used to validate the format of UUIDs:

[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} 

RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace:
https://www.rfc-editor.org/rfc/rfc4122

Universally unique identifier - Wikipedia:
https://en.wikipedia.org/wiki/Universally_unique_identifier


--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]