Hey, what's the regex that will find either an integer or a floating point number? So it will find 0 | 13 | 0.3 | 0.123 | 4.123 | 11.123?
Been hitting my head against the wall forever. What I have is this: ((\d+)|(\d+\.?\d+)) Thanks, Ron Ganbar email: [email protected] tel: +44 (0)7968 007 309 [UK] +972 (0)54 255 9765 [Israel] url: http://ronganbar.wordpress.com/
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
