Methods

withoutΒΆ

without(ds:ArrLike, without_elt:Any)

Get new DelimStr without the given element
Source: autoload/DelimStr.ngs:29

Example

DelimStr("/bin:/usr/bin:/usr/local/bin").without("/usr/bin").Str()  # "/bin:/usr/local/bin"