How to shorten this?
[1,"[bd [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] -]"]
// Unfortunatelly these are not the same:
// [1,"[bd [hh|oh|sd]!6 -]"]
// [1,"[bd [hh|oh|sd]*6 -]"]
How to shorten this?
[1,"[bd [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] [hh|oh|sd] -]"]
// Unfortunatelly these are not the same:
// [1,"[bd [hh|oh|sd]!6 -]"]
// [1,"[bd [hh|oh|sd]*6 -]"]
i think <[hh|oh|sd]>*6 ?
Nope. Unfortunately, it is not (see white) the same as the original (see green).
Tonight I’ll give another try. There should be a way…