Groups | Blog | Home
all groups > flash (macromedia) > october 2003 >

flash (macromedia) : Where does this go?


Robert Warren
10/20/2003 2:38:11 PM
It's a powerful way of manipulating strings. Regular expression engines
contain powerful methods for search and replace operations. It's usually
done from an executable or the server side, although Pavils Jurjans came up
with an interesting class for F5 and MX. Go here:
http://www.jurjans.lv/flash/RegExp.html


[quoted text, click to view]

ooba
10/20/2003 8:07:24 PM
I have a regular expression question, but don't know what forum to post this in. So, since I like this forum the most, I figured someone just might know the answer.
What is wrong with this RE?
(\[[0-9]+\])
I am trying to find all data in a file that is like [1], [142] any number surrounded by brackets. I can not seam to get it to work. I have also tried
(\[[0-9]*\])
(\[[[:digit:]]*\])
(\[[[:digit:]]+\])
Who knows the answer?

Also, I think Macromedia should have a forum just for Regular expressions questions and help. What do you think? Let them know.

ooba
10/20/2003 8:38:16 PM
never mind

Peter Blumenthal
10/20/2003 9:35:17 PM
sorry, can't help, and excuse my ignorance, but what is a regular
expression?

}`¬P

Peter Blumenthal
10/21/2003 9:11:14 AM
well, you learn something new everyday (at least in an ideal world...;) -
thanks.

}`¬P

AddThis Social Bookmark Button