Regex pattern for knowledge

You can try this


System.Text.RegularExpressions.Regex.Match(String variable,"Knowledge.*|knowledge.*").toString

Regards
Sudharsan

1 Like

grafik

compare your implementation with the screenshot. Kindly note we are using 3 arguments within the method

so have a carefully check where all we have used a comma

you have to set the right datatype

grafik

getting this output

we assume you have outputed myMatches to string. this will not work

do following:
Assign acitvity
left: arrMStrings | DataType: String( ) a String Array
right: myMatches.Cast(Of Match).Select(Function (x) x.toString).toArray

then use String.Join(“,”, arrMStrings)

But in general we do not output inspections / part result we do debugging, setting breakpoints and inspect it in local / watch / immediate panel

getting output for only one knowledge. there is multiple knowledge are available.

can you please write a code

thats all to do:
grafik
grafik
myMatches.Cast(Of Match).Select(Function (x) x.toString).toArray

Hi @badal_patel

Please find the workflow

Sequence.xaml (8.7 KB)

Regards
Sudharsan