Skip to content

Hates/insert_into

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insert_into

Insert some random text into XML/HTML.

InsertInto.new.insert(“text”).into(“<wrapper><tag/></wrapper>”).between_tag(“tag”).process

Results in:

<wrapper><tag>text</tag></wrapper>

Supports:

between_tag before_tag after_tag prepend_to_tag append_to_tag

About

Insert some text into some arbitrary HTML/XML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages