Example:
arry1=("micro","Microsoft.32899","<g class="gr_ gr_209 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="209" id="209">inteluninstaller</g>","adobe99664") Prog list
arry2=("<g class="gr_ gr_207 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="207" id="207">microsoft</g>","intel","adobe") Target list
for i = 0 to <g class="gr_ gr_210 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="210" id="210">ubound</g>(arry1)
for i = 0 to <g class="gr_ gr_211 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="211" id="211">ubound</g>(arry2)
How do I take the target list to run through <g class="gr_ gr_205 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins doubleReplace replaceWithoutSep" data-gr-id="205" id="205">prog</g> list to roughly match the string inside
Something like "<g class="gr_ gr_208 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="208" id="208">microsoft</g>" in target list run through the prog list and found closely match string without lower or upper case sensitive "Microsoft.32899" and retrieve out the String.
I tried strComp it doesn't work for it, Need help urgently.