Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Sasha http://nothing-less.net

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

GREP searching in BBEdit

I do some GREP searching in BBEdit at times, and am saving the code I use for it here so I don't have to look it up every time!

The following will find any lines that have text like this: /anynumberoflettersortext/ABC - where ABC is any three letters, uppercase or lowercase, but no more than 3.

/[-a-zA-Z0-9]+?/[-a-zA-Z]{3}
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS