We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regular expression is not working with createFilter method. Below is the code for using regex:
let re = new RegExp(this.state.searchStatus,"g"); newData = data.filter(createFilter(re, STATUS_KEY_TO_FILTERS));
Is it possible to use regex in it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Regular expression is not working with createFilter method. Below is the code for using regex:
Is it possible to use regex in it?
The text was updated successfully, but these errors were encountered: