Skip to content

Commit

Permalink
Fixed #243 adding spacing separators between roman numerals for reada…
Browse files Browse the repository at this point in the history
…bility.
  • Loading branch information
amyjko committed Oct 31, 2023
1 parent c91f2e7 commit 38a26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LANGUAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Numbers can be:

> arabic → `/-?[0-9]+([.,][0-9]+)?%?/`
> arabicbase → `/-?([2-9]|1[0-6]);[0-9A-F]+([.,][0-9A-F]+)?%?/`
> roman → `/(ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫⅬⅭⅮⅯ)+/`
> roman → `/(Ⅰ|Ⅱ|Ⅲ|Ⅳ|Ⅴ|Ⅵ|Ⅶ|Ⅷ|Ⅸ|Ⅹ|Ⅺ|Ⅻ|Ⅼ|Ⅽ|Ⅾ|Ⅿ)+/`
> japanese → `/-?[0-9]*[一二三四五六七八九十百千万]+(・[一二三四五六七八九分厘毛糸忽]+)?/`
> pi → `π`
> infinity → ``
Expand Down

0 comments on commit 38a26b6

Please sign in to comment.