mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Filter: Allow es6 regex flags
This commit is contained in:
parent
59eeb6cdc4
commit
fe75d0ff7a
2
dist/js/widgets/widget-filter.min.js
vendored
2
dist/js/widgets/widget-filter.min.js
vendored
File diff suppressed because one or more lines are too long
@ -94,7 +94,7 @@
|
||||
|
||||
// regex used in filter 'check' functions - not for general use and not documented
|
||||
regex: {
|
||||
regex : /^\/((?:\\\/|[^\/])+)\/([mig]{0,3})?$/, // regex to test for regex
|
||||
regex : /^\/((?:\\\/|[^\/])+)\/([migyu]{0,5})?$/, // regex to test for regex
|
||||
child : /tablesorter-childRow/, // child row class name; this gets updated in the script
|
||||
filtered : /filtered/, // filtered (hidden) row class name; updated in the script
|
||||
type : /undefined|number/, // check type
|
||||
|
Loading…
Reference in New Issue
Block a user