Regular Expressions 101

Community Patterns

CSV

1

Regular Expression
Java 8

Description

Crude CSV regex to split only by characters surrounded by non-whitespace characters. Ignore that it dosen't highlight all of the other commas in the editor. If you select the g regex flag it will properly show here, but not work in Java. Credit to @merosity (Merosity#0135) on Discord!

Submitted by Merosity, regice202 - 8 months ago