mindlessflight: (Default)
mindlessflight ([personal profile] mindlessflight) wrote in [community profile] anonrerising2020-06-23 12:36 am

1: Let There Be Salt


 
 

Minor Update 7/29:

Please keep any player related comments in the wanker thread- this is to make linking back easier!

Update 8/28:

Rules have been updated, PLEASE READ THEM

 

Re: Way to extract a batch of IDs from your AH history.

(Anonymous) 2020-07-20 11:47 am (UTC)(link)
Hmm hmm, you can also just use MS Word (I have incidentally just migrated to LibreOffice and it has the exact same search functionality, IDK about other text processors) to search the input for this regexp:

#[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]

Find All and then Copy

This will only find 8-digit IDs but there might actually be a regexp for "any string of digits" that I'm not aware of?

Re: Way to extract a batch of IDs from your AH history.

(Anonymous) 2020-07-20 01:37 pm (UTC)(link)
#[0-9]*

Found me all ID lengths I tried