Loop through all array elements (using System-For or Array-For-Each events), and use text expressions find() or left() to compare part of the string, for example:
Array for each X
..Compare two values find(Array.CurrentValue, "b_")>=0
System for "" from 0 to Array.width-1
..Compare two values left(Array.At(loopindex),2)="b_")