Skip to content

tiempham/helloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

helloWorld

this is search in Json script

search(arr, text) { const matches = _.isEmpty(text) ? arr : _.filter(arr, (item) => { return item.shortName.match(new RegExp(${text}, 'i')) || item.bankCode.match(new RegExp(${text}, 'i')) }) this.setState({ listBank: matches }) }

About

This is my first Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published