I've a following regular expression
[^|]+(|[^|]+){15}
for the following line
| 1 | 2567 | Алма-атинська(І) вул. | 2 | 2 |5678 |Типовий лічил-|Санвузол | 15.12.2016 | 10.11.2016 | 10.11.2020 | 23.10.2017 | | 43.00 |bot |
Its work fine, and I got all text between '|', but how can I pass any strings for these matches? For example, trim all backspaces, or delete some subsring.