Regex help, please

Sarah Reichelt sarah.reichelt at gmail.com
Mon Oct 10 19:36:43 EDT 2005


> I have a log file to parse. The data looks like this:
>
>
>
>                                                       Chip_Test:
>
>   2   1075.7  R120<-7000h                    00020000         mov
> HifRegs
>
>   2   1088.1  R14<-7000h                     00020002         mov
> HifRegs
>
>   6   1100.5  [7020h]<-1h                    00020004         mov
> RSTS_Busy
>

Untested, but how about something like this:

filter tLogData with "??[0-9]*"

Cheers,
Sarah



More information about the use-livecode mailing list