using regex reinstate spaces quotes ruby
i'm perplexing regex reinstate spaces enclosed quotes something this:
a = 4, b = 2, c = "space here"
would relapse this:
a=4,b=2,c="space here"
i spent poison site i found identical q/a ( ) reinstate spaces inside quotes token re-substituted after wiping spaces...but i anticipating there cleaner proceed doing it.
Comments
Post a Comment