diff options
Diffstat (limited to 'content/notes/regex-unicode.md')
-rw-r--r-- | content/notes/regex-unicode.md | 13 |
1 files changed, 6 insertions, 7 deletions
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]. |