Getting words.!

  • Автор темы Автор темы purush84
  • Дата начала Дата начала

purush84

Client
Регистрация
07.11.2011
Сообщения
259
Реакции
38
Баллы
0
Hi,

I have a text file, in that file contains more than 5000 words i need to parse only 50 words from that file and from the starting text of my input..

Its Possible to Parse or any other related resolutions for this..Replay Me ASAP..!:D

Thank you..:)
 
So it's not in list format, right?

Just plain text separated with spaces?
 
There..?..:confused:
 
\w.*?(?=\ )

this regex will parse all words if they separated by spaces.
after this you can send parsed data to list
 
  • Спасибо
Реакции: purush84
You're welcome :)
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)