I have the samples lines, and I want to substitute the leading #
s with =
s. (The first two lines)
But instring.gsub!(/^#+w/, "")
, I can not get the number of #
which I want to substitute.
In javascript, I could use a callback function with the replace
method, but how could I archive this Ruby?
##Command-line Tool
###Installment
This is a '#'.
The expected result:
==Command-line Tool
===Installment
This is a '#'.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…