No filter. |
|
Regex Filter: rs*All elements that contain the text
rs.
|
|
Regex Filter: p?cAll elements that contain the text
p<any_character>c.
|
|
Regex Filter: ^tcAll elements that start with the text
tc.
|
|
Regex Filter: child$All elements that end with the text
child.
|
|