Improved handling of @ format mask

Note that it still doesn't work fully if in section 4
This commit is contained in:
MarkBaker
2023-02-04 04:17:16 +01:00
parent ad0b68c7cb
commit edc003ad16
2 changed files with 32 additions and 2 deletions
+21
View File
@@ -373,6 +373,27 @@ return [
'test',
'_-€* #,##0.00_-;"-€"* #,##0.00_-;_-€* -??_-;_-@_-',
],
// String masks (ie. @)
[
'World',
'World',
'@',
],
[
'Hello World',
'World',
'Hello @',
],
[
'Hello World',
'World',
'"Hello "@',
],
[
'Meet me @ The Boathouse @ 16:30',
'The Boathouse',
'"Meet me @ "@" @ 16:30"',
],
// Named colours
// Simple color
[