general:regex:comma

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


general:regex:comma [2019/10/31 09:05] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Comma before or after double quote RegEx ======
 +Matches "," or ", or ," but not ,
 +<code>(?<="),(?=")</code>