|
|
Browse by Tags
All Tags » regexp » python fields columns
-
Hi, I'm having some trouble with my code. I'm using python to take in information from a form/website in order to link the user to another website. My problem is thus:
------------------------------------------------
ae = re.compile('[A-E]')
fl = re.compile('[F-L]')
mw = re.compile('[M-W]')
if ...
-
Hello,
I need to parse a line into fields. This should be relatively easy, but the line will also contain free text, unlabeled, which is also a field. I am working in .Net (C# or VB works). This is a new project so I don't have "real" data, but here are some examples:(Z) p:PField c:CField Here is some associated ...
|
|
|