iantrich / list-card

📰 Display sensor list data in a table
Apache License 2.0
123 stars 34 forks source link

make regex unicode compatible #45

Closed captnswing closed 2 months ago

captnswing commented 2 years ago

see https://gist.github.com/jakub-g/e580331ce7363b831d4273fb2fded4d9

so that e.g.

field: day
regex: \p{Letter}+

will match "Måndag" in the field

iantrich commented 1 year ago

Got pulled into #53 it looks like. Thank you and sorry for the big delay!