Boy do REs ever suck sometimes...
Ignacio Vazquez-Abrams
ignacio at openservices.net
Fri Oct 5 02:45:58 EDT 2001
More information about the Python-list mailing list
Fri Oct 5 02:45:58 EDT 2001
- Previous message (by thread): Boy do REs ever suck sometimes...
- Next message (by thread): Boy do REs ever suck sometimes...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here's the problem I'm having with REs. When I use an RE like '^[0-9]+$' it matches both '123' and '123\n'. How can I get it to not match the string with the newline? -- Ignacio Vazquez-Abrams <ignacio at openservices.net>
- Previous message (by thread): Boy do REs ever suck sometimes...
- Next message (by thread): Boy do REs ever suck sometimes...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list