![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Web Development Java/PHP/Perl/ASP and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Administrator Join Date: Sep 2001 Location: Yerevan, Armenia
Posts: 7,161
Blog Entries: 15 Rep Power: 10 Reputation:
298 | [regexp] Word boundary How to build the following regexp using PHP preg_match(...) ? Match all characters beginning from position 0, maximum N characters and aligned to word boundary. So total number of characters will be N + number of characters used to align to word boundary. Text is multiline. |
| | |