Skip to content

Commit

Permalink
fix: modify HarmonyOS regex
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoUK4n authored and lbarthon committed Jan 22, 2025
1 parent 2fff8a5 commit ac59be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ os_parsers:
os_v3_replacement: '$3'

# Huawei HarmonyOS
- regex: '(HarmonyOS)\s?(\d+|)\.?(\d+|)\.?(\d+|)'
- regex: '(HarmonyOS)[\s;]+(\d+|)\.?(\d+|)\.?(\d+|)'

device_parsers:

Expand Down

0 comments on commit ac59be5

Please sign in to comment.