You can try this
System.Text.RegularExpressions.Regex.Match(String variable,"Knowledge.*|knowledge.*").toString
Regards
Sudharsan
You can try this
System.Text.RegularExpressions.Regex.Match(String variable,"Knowledge.*|knowledge.*").toString
Regards
Sudharsan
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
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
can you please write a code
thats all to do:
myMatches.Cast(Of Match).Select(Function (x) x.toString).toArray