Welcome To Snipplr
Everyone's Recent Ruby Snippets Tagged regex
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
This regular expression used in Ruby will extract the characters between single or multi-character delimiters. It helps when you have strange delimiters such as \":delimeter1: text I want to grab goes here :delimiter2:\"
0
849
posted 14 years ago by webonomic
Use this to sanitize a string and convert all wierd characters to your choice of delimiter
1
825
posted 17 years ago by vanne
« Prev 1 Next »