rubex icon indicating copy to clipboard operation
rubex copied to clipboard

Regexp

Open tobidelius opened this issue 8 years ago • 1 comments
trafficstars

How would one approach regular expressions in Rubex?

Like how would the RubexClass.execute_pattern be defined in Rubex?

def my_method(pattern)
  RubexClass.match(pattern)
  RubexClass.match?(pattern)
end

tobidelius avatar Sep 26 '17 08:09 tobidelius

I don't understand you correctly. Can you clarify with some more (descriptive) code samples and explanation?

v0dro avatar Mar 30 '18 01:03 v0dro