Issues related to skipping periods in snake case are resolved. Now multiple chars may be replaced with delimiter in ToScreamingDelimited function. ignore parameter type changed to string to support a set of chars in input.
Also i had to change one of test cases.
Issues related to skipping periods in snake case are resolved. Now multiple chars may be replaced with delimiter in
ToScreamingDelimited
function.ignore
parameter type changed to string to support a set of chars in input. Also i had to change one of test cases.