Capturing a specific repeated group
问题 i'm trying to capture a group (in notepad++) of digits. Example: StartOfLineCharacters[0..4 repeating groups of 32 digits and spaces] How can i find all repeating groups starting with 0000 whatever the position of the group Example: StartOfLineCharacters 0001 1234567890123456789012345678 0000 123456890123456789012345678 0100 1234567890123456789012345678 0000 1234567890123456789012345678 in this specific example I have 4 groups (groups starting in bold) where 2 groups start with 0000. It could