M
matro
hi there,
I'm using RegEx object with the string "(\[.*?\])" to get arguments
from a line like this:
This line has got [one] argument and [another] one.
the issue is that I obtain a MathCollection with "[one]" and
"[another]".
how can I modify the pattern string to have [ and ] stripped so to get
"one" and "another"?
please help!
thank you.
--------
Francesco "Matro" Martire
available at www.realpopup.it:
RealPopup, the freeware winpopup replacer
RealAccount, freeware plugin for MS Outlook XP
MaTreo, freeware frontscreen for your Treo and PalmOS devices
I'm using RegEx object with the string "(\[.*?\])" to get arguments
from a line like this:
This line has got [one] argument and [another] one.
the issue is that I obtain a MathCollection with "[one]" and
"[another]".
how can I modify the pattern string to have [ and ] stripped so to get
"one" and "another"?
please help!
thank you.
--------
Francesco "Matro" Martire
available at www.realpopup.it:
RealPopup, the freeware winpopup replacer
RealAccount, freeware plugin for MS Outlook XP
MaTreo, freeware frontscreen for your Treo and PalmOS devices