String.prototype.after >= 0.1.2
Purpose
Return the string after the given needle
Syntax
String#after
(
Stringneedle
Booleanfirst= true
);
Parameters
needle
- The string to look for
first
- Get after the first occurrence or the last?
Comments