I\'ve got the following source:
011011000010011011&
This regex will only match 1 | 0 if it's preceded with "white">. the (?<=...) syntax in regex is called positive lookbehind...
1
0
"white">
(?<=...)
(?<="white">)([10]+)