Generation

regex explanationTue, 09 May 2023

/^[{].+},/

The regex matches the first bracket, then any character, then any number of characters, then a comma.

Want to kickstart your project?Use the new AI Studio to create your code