- Регистрация
- 17.08.2012
- Сообщения
- 100
- Благодарностей
- 6
- Баллы
- 18
I have this format
something;something;something
first one= .*?(?=
second one= (?<=.*?(?=
third one should be= (?<=.*?
I can't get the last one out even thoug I'm using regex builder....
thanks in advance,
something;something;something
first one= .*?(?=
second one= (?<=.*?(?=
third one should be= (?<=.*?
I can't get the last one out even thoug I'm using regex builder....
thanks in advance,