User:Arseniiv/Sandbox
This is my playground yay.
Emoji
๐๐๐๐คฃ๐๐คฉ๐๐๐ข๐ญ๐๐ฎ๐จ๐ณ๐๐ค๐๐ด๐คญ๐๐๐๐ค๐๐๐๐๐๐๐โ๐ต๐๐๐โจ๏ธ๐โ๏ธ๐บ๐๐ฆ๐ฆ๐ฆ๐ณ๐๐ฑ๐ง๐ถ๐นโ๏ธ๐ฎ๐โ๏ธ๐๐งฎ๐ฆโ๏ธโโ๐ด๐ ๐ก๐ข๐ต๐ฃ
The key is lazy to render nicely in my case.
Todo with(out) inline
Default
With
Factorization mk2
2^3 5 * 7^-5*11**9 19^โ4
{{#regex: 2^3 5 โ
ย 7^โ5โ
ย 11โ
ย โ
ย 9 19^โ4|/(\d+)\sโ
ย (?:(?:\โ
ย \โ
ย |\^)\sโ
ย ([โโ]?\d+))?\sโ
ย (?:(\โ
ย )\sโ
ย |$)/u|\1\2 \3}}
2^3 * 5 * 7^-5*11**9 * 19^โ4
{{#regex: 2^3 โ
ย 5 โ
ย 7^โ5โ
ย 11โ
ย โ
ย 9 โ
ย 19^โ4|/(\d+)\sโ
ย (?:(?:\โ
ย \โ
ย |\^)\sโ
ย ([โโ]?\d+))?\sโ
ย (?:(\โ
ย )\sโ
ย |$)/u|\1\2 \3}}
Replace
{{#replace:2-1+3-5|-|โ}}
2โ1+3โ5