Get matches words by regex javaJAVA

Программисты JAVA общаются здесь
Anonymous
Get matches words by regex java

Сообщение Anonymous »

I need a method for getting whole word if matches a pattern, for exemple:

Код: Выделить всё

This is some text. 
[img]md5_id=12345[/img]
I'll need to get md5_id=12345, so pattern will be smth like :

Код: Выделить всё

...md5_id:xxxxx...
where x can be 0-9 or a-z/A-Z


Подробнее здесь: https://stackoverflow.com/questions/326 ... regex-java

Вернуться в «JAVA»