У меня есть это регулярное выражение в Javascript https://regex101.com/r/SZ8op0/2
/^\d{4}-\d{2}-\d{2} ([a-z,]*)((.|\n|\r)*?)/mig
2025-11-13 bb Test.
2025-11-12 bb Mail von Test
testdgf
trest
Tes
2025-11-12 bb Mail v
I need the multiline text,
but I need the multiline text. With ((.|\n|\r)*?) i got nothing, with ((.|\n|\r)*) i get all entries as one. but how can i get the 3 multiline texts?
Thanks!
Подробнее здесь: https://stackoverflow.com/questions/798 ... een-tokens
Мобильная версия