I have a following table in googlerefine,
Host Plugin Output 3
1 -
1 KB2932677
1 (MS14-014)
1 (2
1 vulnerabilities)
-
1 KB2837617
1 (MS14-001)
1 (3
1 vulnerabilities)
-
1 KB2760415
1 (MS13-091)
I want output as all entereies with following criteria.
starting with KB
contains MS
the output will look like
1 KB2932677
1 MS14-014
1 KB2837617
1 MS14-001
I used filter value.startsWith("KB") or value.contains("MS")
but it just picks KB ones. Please help