I have 100 RegEx masks like:
Код: Выделить всё
Service - (?Start|End) (?\w*) - (?[0-9-]{10})(?: - (?.*))?
Код: Выделить всё
Service - End Foo - 2024-03-09
So I need in java to compose a sentence by replacing the data I retrieved inside the RegEx mask. There is a way in java?
Thank You
Источник: https://stackoverflow.com/questions/781 ... sk-in-java
Мобильная версия