Method: Config::SimpelPostLayoutSimSDFFactory.match

Defined in:
lib/module_config/items/simplepostlayoutsdf.rb

.match(_str) ⇒ Object



11
12
13
14
# File 'lib/module_config/items/simplepostlayoutsdf.rb', line 11

def SimpelPostLayoutSimSDFFactory.match(_str)
    _str.sub!(SimpleItem.getRegex(@@nameregex, @@valueregex), '')
    return $&
end