我编写了一个代码,该代码在数据库中查找字符串并返回部分匹配给定字符串的结果 -
如果" Pet"是我在数据库中搜索的字符串,结果将是
" P.Peter"是我要搜索的字符串,它应该给我结果
但是截至目前,我的代码没有返回没有点/空格的值(3)。
下面是我的代码 - import { ViewController } from 'ionic-angular'
...
export class YourComponent {
constructor(private viewCtrl: ViewController){}
closeAndSave(){
//save things here
this.viewCtrl.dismiss();
}
}
是我的工作表,其中包含字符串,VlookUp
是包含数据库的工作表。在data
中,A2包含要匹配的字符串,结果在行中8,
VlookUp