You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for various regex operations in getValue function
- Expanded getValue function to handle additional regex operations: split, lastIndex, search, and exec.
- Added value-split attribute to split the element's value based on a regex.
- Added value-lastindex attribute to return the index at which to start the next match.
- Added value-search attribute to return the index of the first match of the regex in the value.
- Added value-exec attribute to execute a search for a match and return detailed match information.
- Updated regexParser function to parse and handle these new regex operations.
- Enhanced error handling and logging for debugging purposes.
This update makes the getValue function more versatile and capable of handling a comprehensive range of regex operations.
0 commit comments