From 313f363af82bc4c45b82daac0e3d3ad5acc6c23e Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 23 Aug 2025 22:57:53 +0700 Subject: Update front matters --- content/notes/regex-unicode.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'content/notes/regex-unicode.md') diff --git a/content/notes/regex-unicode.md b/content/notes/regex-unicode.md index 97c28b8..b57e969 100644 --- a/content/notes/regex-unicode.md +++ b/content/notes/regex-unicode.md @@ -1,10 +1,9 @@ ---- -title: "How to match Unicode in RegEx" -date: 2022-02-13T16:32:53+07:00 -translationKey: regex-unicode -categories: [software, guide] -tags: [regex, "regular expression", unicode] ---- ++++ +title = "How to match Unicode in RegEx" +date = 2022-02-13T16:32:53+07:00 +categories = ["software", "guide"] +tags = ["regex", "regular expression", "unicode"] ++++ Today I learned how to match [unicode in RegEx][regex-unicode]. -- cgit 1.4.1