|
This particular regular expression finds text that matches this pattern:
Start with a [, have 1 or more digits, followed by ], then any number of characters (including 0 characters), followed by a [, 1 or more digits, followed by a ]
For example, [123]abc def ghi[kl jdfadf [456]
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|