Skip to content

Commit

Permalink
feat: add Huawei HarmonyOS parser
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoUK4n committed Dec 5, 2024
1 parent c941f1d commit 17c5040
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions regexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1915,6 +1915,13 @@ os_parsers:
os_v2_replacement: '$2'
os_v3_replacement: '$3'

# Huawei HarmonyOS
- regex: 'HarmonyOS\s?(\d*).?(\d*).?(\d*)'
os_replacement: 'Harmony'
os_v1_replacement: '$1'
os_v2_replacement: '$2'
os_v3_replacement: '$3'

device_parsers:

#########
Expand Down

0 comments on commit 17c5040

Please sign in to comment.