Notifications
Clear all
Topic starter
26/02/2019 11:35 am
Hello!
So.. Here is the dirty summary of what has happened so far
Using various methodes we have now seven iphone backups mashed into one case in UFED Physical Analyzer.
Do anyone know if there is a way to do a regex through the entire project to search for six-digit codes that might be hidden in messages, notes, chats and so forth using the search function of the program?
/LeGioN
28/02/2019 9:26 pm
\d{6}
This would search any 6 digits in entire case.
Use this to build and customize expression as you need https://regexr.com/