Thread: [Declined] pattern issue
View Single Post
  #83  
Old 21.06.2019, 09:28
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

(\d+),(\d+),(\d+),(\d+)
\4,\3,\2,\1

In this case, it works for the four numbers in the set, and what does it do to work for any set without having to modify the regex for the different sets?
Reply With Quote