brew/Library
Xu Cheng 12c505c093
audit: avoid unnecessary regex
Regex is way slower than normal String#include? and String#start_with?.
Also, we often forget to proper escape them. So avoid using them if it
is not necessary.

Closes #503.

Signed-off-by: Xu Cheng <xucheng@me.com>
2016-07-13 19:11:47 +08:00
..
2016-07-12 15:20:37 +08:00
2016-07-13 19:11:47 +08:00
2016-04-03 18:34:17 +08:00
2016-04-03 18:34:17 +08:00