Regex breakdown - /[( ),]+/ - https://regex101.com/
- // start/end of regex.
- [ ] match any character in the set.
- ( ), match curly brackets and comma.
- + match between 1 and any number of items.
Split name containing (), by regex.gs
I'm Phil Bainbridge and I aim to share my experiences of IT projects I've worked on as I continue to learn and develop, through this blog. My main coding language is Google Apps Script (with JavaScript), but there is also some: PowerShell, HTML, SQL and jQuery.
No comments:
Post a Comment