Deepfreezed
New member
- Joined
- Feb 6, 2004
- Messages
- 1
I need to pick out a set of coordinates on a line using regex....
the line could be like this
aasdf dfs ( chh , fgh) hfgh((((())))) ( 4, 6) srtgdg (4 , 5 )asasd
valid point would be (4,6) and (4,5)
how do I do this?
Thx
the line could be like this
aasdf dfs ( chh , fgh) hfgh((((())))) ( 4, 6) srtgdg (4 , 5 )asasd
valid point would be (4,6) and (4,5)
how do I do this?
Thx