Method: Ever2boost::Note#build_image_link
- Defined in:
- lib/ever2boost/note.rb
#build_image_link(content_str) ⇒ Object
19 20 21 |
# File 'lib/ever2boost/note.rb', line 19 def build_image_link(content_str) content_str.gsub(/<en-media\ hash=['|"](.+?)['|"](.*?).\ type=.(.+?)\/(.+?)['|"](.*?)\/>/, "") end |