J
Joao Silva
How i can construct regexp, which will always matches nothing?
For example:
"xxxxxxx".match /my_special_regexp/
=> should be ALWAYS nil
For example:
"xxxxxxx".match /my_special_regexp/
=> should be ALWAYS nil